We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120353d commit 85d666eCopy full SHA for 85d666e
2 files changed
.github/config/megalinter.yaml
@@ -8,8 +8,9 @@
8
# https://oxsecurity.github.io/megalinter/latest/supported-linters/
9
10
# ------------------------
11
-# Checkout Code
12
-VALIDATE_ALL_CODEBASE: true
+# Validate all files if true
+# or new / edited files if false
13
+VALIDATE_ALL_CODEBASE: false
14
15
16
# Linters
CHANGELOG.md
@@ -13,6 +13,7 @@
- editor: update Clojure LSP page and included Practicalli Clojure LSP Config via external url
- dev: update codeowners to practicalli-johnny
- dev: use funding from practicalli org
+- dev: validate new & changed files in megalinter to speed up checks
17
18
## Added
19
- button link to Clojure CLI releases changelog to view available versions
0 commit comments