mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-15 23:04:31 -05:00
Removing linter
Too restrictive... need to analyze what is caught and re-implement later.
This commit is contained in:
12
.github/workflows/ant-java.yml
vendored
12
.github/workflows/ant-java.yml
vendored
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user