Skip to content

Commit 244a693

Browse files
committed
chore: ignore NcSelect::userSelect for now
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent db692a8 commit 244a693

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-PackageSupplier = "Nextcloud <info@nextcloud.com>"
66
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/photos"
77

88
[[annotations]]
9-
path = [".gitattributes", ".github/**", ".editorconfig", "babel.config.cjs", ".php-cs-fixer.dist.php", "package-lock.json", "package.json", "composer.json", "composer.lock", "stylelint.config.cjs", ".eslintrc.cjs", ".gitignore", ".jshintrc", ".l10nignore", "action/.gitignore", "action/package.json", "action/package-lock.json", "action/dist/index.js", "tests/**", "psalm.xml", "cypress/.env", "cypress/.eslintrc.js", "cypress/docker-compose.yml", "cypress/plugins/index.js", "cypress/tsconfig.json", "cypress.config.ts", "vendor-bin/**/composer.json", "stylelint.config.cjs", "vendor-bin/**/composer.lock", ".tx/config", "webpack.config.js", "tsconfig.json", "vite.config.ts", "js/vendor.LICENSE.txt", "krankerl.toml", ".npmignore", "cypress/fixtures/**", "postcss.config.cjs", "cypress/dockerNode.ts", "jest.config.js"]
9+
path = [".gitattributes", ".github/**", ".editorconfig", "babel.config.cjs", ".php-cs-fixer.dist.php", "eslint-suppressions.json", "package-lock.json", "package.json", "composer.json", "composer.lock", "stylelint.config.cjs", ".eslintrc.cjs", ".gitignore", ".jshintrc", ".l10nignore", "action/.gitignore", "action/package.json", "action/package-lock.json", "action/dist/index.js", "tests/**", "psalm.xml", "cypress/.env", "cypress/.eslintrc.js", "cypress/docker-compose.yml", "cypress/plugins/index.js", "cypress/tsconfig.json", "cypress.config.ts", "vendor-bin/**/composer.json", "stylelint.config.cjs", "vendor-bin/**/composer.lock", ".tx/config", "webpack.config.js", "tsconfig.json", "vite.config.ts", "js/vendor.LICENSE.txt", "krankerl.toml", ".npmignore", "cypress/fixtures/**", "postcss.config.cjs", "cypress/dockerNode.ts", "jest.config.js"]
1010
precedence = "aggregate"
1111
SPDX-FileCopyrightText = "none"
1212
SPDX-License-Identifier = "CC0-1.0"

eslint-suppressions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"src/components/Albums/CollaboratorsSelectionForm.vue": {
3+
"@nextcloud/vue/no-deprecated-props": {
4+
"count": 1
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)