Skip to content

Commit

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

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

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
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
BASH_SEVERITY: warning
CREATE_LOG_FILE: true
#VALIDATE_GITHUB_ACTIONS: true
#VALIDATE_LUA: true
#VALIDATE_MARKDOWN: true
Expand Down

0 comments on commit d997293

Please sign in to comment.