Skip to content

Commit

Permalink
Preclude stylelint from touching .scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Aug 5, 2024
1 parent c8bc8d1 commit 7a49a2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ REPOSITORY_DEVSKIM_ARGUMENTS: "--skip-git-ignored-files"
BASH_SHFMT_ARGUMENTS: -i 2 -bn -ci -sr -kp

REPOSITORY_TRUFFLEHOG_ARGUMENTS: "--exclude-paths=.trufflehogignore"

# Don't let stylelint at the SCSS files -- it breaks 'em
CSS_STYLELINT_FILE_NAMES_REGEX:
- ".css"

0 comments on commit 7a49a2f

Please sign in to comment.