summaryrefslogtreecommitdiffstats
path: root/.github/workflows
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/workflows
parentd68dfc3c0cea419f532fdd958cbcf3ba452868cc (diff)
super-linter ENV variables in shared location for local and automated use
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linter.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 6a550674..2ad8ea5b 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -48,14 +48,6 @@ jobs:
- name: Lint Code Base
uses: github/super-linter@v4
env:
- VALIDATE_ALL_CODEBASE: true
# Change to 'master' if your main branch differs
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- # 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