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 #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Lint Code Base
|
#- name: Lint Code Base
|
||||||
uses: github/super-linter@v3
|
# uses: github/super-linter@v3
|
||||||
env:
|
# env:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
# VALIDATE_ALL_CODEBASE: false
|
||||||
DEFAULT_BRANCH: master
|
# DEFAULT_BRANCH: master
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Compile Java with ANT #
|
# Compile Java with ANT #
|
||||||
|
|||||||
Reference in New Issue
Block a user