diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd0f2f53eb3..9176eaab927 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: - name: npm install run: npm ci - name: eslint - run: npm run lint + run: npm run lint -- --max-warnings 0 env: CI: true diff --git a/cypress/e2e/propfind.spec.js b/cypress/e2e/propfind.spec.js index d656962e3ac..022a57f5d13 100644 --- a/cypress/e2e/propfind.spec.js +++ b/cypress/e2e/propfind.spec.js @@ -3,7 +3,7 @@ * * @author Max * - * @license GNU AGPL version 3 or any later version + * @license AGPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as