From 4f699f41e767af11f52fc9d876190a5ec7091dce Mon Sep 17 00:00:00 2001 From: Cekis Date: Tue, 13 Oct 2020 12:02:28 -0700 Subject: [PATCH] Removing linter Too restrictive... need to analyze what is caught and re-implement later. --- .github/workflows/ant-java.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ant-java.yml b/.github/workflows/ant-java.yml index 82e44a9fc..8743f554d 100644 --- a/.github/workflows/ant-java.yml +++ b/.github/workflows/ant-java.yml @@ -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 #