summaryrefslogtreecommitdiffstats
path: root/.github/super-linter.env
diff options
context:
space:
mode:
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
+