Removing linter

Too restrictive... need to analyze what is caught and re-implement later.
This commit is contained in:
Cekis
2020-10-13 12:02:28 -07:00
committed by GitHub
parent 9bf240c385
commit 4f699f41e7

View File

@@ -30,12 +30,12 @@ jobs:
################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- name: Lint Code Base
# uses: github/super-linter@v3
# env:
# VALIDATE_ALL_CODEBASE: false
# DEFAULT_BRANCH: master
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
################################
# Compile Java with ANT #