Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
References: BAR-361

Co-authored-by: Israel <israel.barth@enterprisedb.com>
  • Loading branch information
andremagui and barthisrael authored Sep 19, 2024
1 parent 31ebbf3 commit 9a51120
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Linters configuration.
LINTER_RULES_PATH: '.'
# We are not interested in linting the these files:
# * Security workflows provided by the Foundation team, as we are not supposed
# to be changing them.
# We are not interested in linting these files:
# * Markdown files under `doc` or `sphinx` directories, which belong to the
# old docs, and are going to be replaced soon.
FILTER_REGEX_EXCLUDE: '\.github/workflows/[^\s]*-scan.ya?ml|(doc|sphinx)/.*\.md'
FILTER_REGEX_EXCLUDE: '(doc|sphinx)/.*\.md'
DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml
GITLEAKS_CONFIG_FILE: .gitleaks.toml
MARKDOWN_CONFIG_FILE: .markdownlint.yml
Expand All @@ -90,5 +88,5 @@ jobs:
VALIDATE_PYTHON_BLACK: true
VALIDATE_PYTHON_FLAKE8: true
VALIDATE_PYTHON_ISORT: true
# Validate YAML files from workflows and release notes.
# Validate YAML files from workflows.
VALIDATE_YAML: true

0 comments on commit 9a51120

Please sign in to comment.