summaryrefslogtreecommitdiffstats
path: root/.github/super-linter.env
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-02-06 11:21:26 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-02-06 11:21:26 +0100
commite362f08e5ba1ac53a32e94ae8e5fa265f491aca3 (patch)
tree66043babec8b44571914a16fde009730eb6f96d7 /.github/super-linter.env
parentd68dfc3c0cea419f532fdd958cbcf3ba452868cc (diff)
super-linter ENV variables in shared location for local and automated use
Diffstat (limited to '.github/super-linter.env')
-rw-r--r--.github/super-linter.env9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/super-linter.env b/.github/super-linter.env
new file mode 100644
index 00000000..2c0131b1
--- /dev/null
+++ b/.github/super-linter.env
@@ -0,0 +1,9 @@
+VALIDATE_ALL_CODEBASE=true
+# The QT localization files are .ts
+VALIDATE_TYPESCRIPT_ES=false
+VALIDATE_TYPESCRIPT_STANDARD=false
+# Copy/Paste Detector disabled for now, should re-enable after refactoring
+VALIDATE_JSCPD=false
+# cpplint is disabled for now since Google style is far off from ours
+VALIDATE_CPP=false
+