Skip to content

Commit

Permalink
Update options
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Feb 23, 2024
1 parent 1f16756 commit 195de4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches-ignore:
- 'gh-pages'
pull_request: null
pull_request:
branches: [main]

jobs:
lint:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter/slim@v6.2.0
env:
# VALIDATE_ALL_CODEBASE: false
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_CSS: false
VALIDATE_GITHUB_ACTIONS: false
Expand All @@ -44,4 +45,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
FILTER_REGEX_EXCLUDE: examples/*
FILTER_REGEX_INCLUDE: gaps/*

0 comments on commit 195de4a

Please sign in to comment.