Skip to content

Commit

Permalink
just guessing at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed Mar 27, 2024
1 parent 8a91d7f commit c3b49a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/linters/.shellcheckrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source-path=SCRIPTDIR

# Global settings for Shellcheck (https://github.com/koalaman/shellcheck)
enable=all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Super-Linter
uses: super-linter/super-linter@v6.3.0
env:
LINTER_RULES_PATH: /
DEFAULT_BRANCH: cleanup_scripts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*(tests/fv3_conf/.*|tests/ci/.*|tests/auto/.*|tests/auto-jenkins/.*|tests/opnReqTests/.*|tests/opnReqTest|tests/atparse.bash).*
VALIDATE_BASH: true
BASH_CONFIG_FILE: .github/linters/.shellcheckrc
#VALIDATE_GITHUB_ACTIONS: true
#VALIDATE_LUA: true
#VALIDATE_MARKDOWN: true
Expand Down

0 comments on commit c3b49a7

Please sign in to comment.