Skip to content

Commit

Permalink
fix:linterルールのパス追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yhikishima committed Jan 9, 2025
1 parent 92afe2e commit e5a1277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Super-linter
uses: super-linter/super-linter/[email protected]
env:
LINTER_RULES_PATH: '.github/linters'
VALIDATE_ALL_CODEBASE: false
VALIDATE_ANSIBLE: false
FILTER_REGEX_INCLUDE: '.*cs'
DEFAULT_BRANCH: 'feature/linter'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

VALIDATE_JSCPD: false # コードの重複チェックなし

0 comments on commit e5a1277

Please sign in to comment.