summaryrefslogtreecommitdiffstats
path: root/.github/super-linter.env
blob: 2c0131b123f3ee92598878d83e5f6bfb648d918b (plain)
1
2
3
4
5
6
7
8
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