Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax-nextcloud <max@nextcloud.com>2022-07-12 15:18:06 +0300
committerGitHub <noreply@github.com>2022-07-12 15:18:06 +0300
commitf2615c7ac988f8d5de4ed074be5c7d9f8213e09e (patch)
tree99eb1787244c0ea79ea0c6a95194bd018001ab08
parent90bcd70919c86e8594d217db8fca11f5892a80ef (diff)
parent9717567473aeea6f243d8244d14fef51dc7401ba (diff)
Merge pull request #2709 from nextcloud/fix/eslint-warningexperience
Fix/eslint warning
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--cypress/e2e/propfind.spec.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index bd0f2f53e..9176eaab9 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 d656962e3..022a57f5d 100644
--- a/cypress/e2e/propfind.spec.js
+++ b/cypress/e2e/propfind.spec.js
@@ -3,7 +3,7 @@
*
* @author Max <max@nextcloud.com>
*
- * @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