Skip to content

Commit

Permalink
#862 - solutions/gcloud to gcloud exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems authored Mar 2, 2024
1 parent d8ec3b3 commit 0157ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: solutions/gcloud/.*
FILTER_REGEX_EXCLUDE: gcloud/.*
LINTER_RULES_PATH: .github/linter-rules
VALIDATE_YAML: true
YAML_CONFIG_FILE: .yaml-lint-config.yaml
Expand All @@ -52,7 +52,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: solutions/gcloud/.*
FILTER_REGEX_EXCLUDE: gcloud/.*
VALIDATE_BASH: true
SHELLCHECK_OPTS: "--severity=info"

Expand All @@ -63,7 +63,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: solutions/gcloud/.*
FILTER_REGEX_EXCLUDE: gcloud/.*
LINTER_RULES_PATH: .github/linter-rules
VALIDATE_MARKDOWN: true
MARKDOWN_CONFIG_FILE: .markdown-lint-config.yaml

0 comments on commit 0157ca0

Please sign in to comment.