Don't run Rubocop excluded files for lint-staged (#25090)

lolsob-rspec
Nick Schonning 2023-05-23 02:58:40 -04:00 committed by GitHub
parent 0b87919abf
commit 53ecf11b10
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"Capfile|Gemfile|*.{rb,ruby,ru,rake}": "bundle exec rubocop -a",
"Capfile|Gemfile|*.{rb,ruby,ru,rake}": "bundle exec rubocop --force-exclusion -a",
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{css,scss}": "stylelint --fix"
}