Skip to content

Commit

Permalink
Merge pull request #373 from trueNAHO/fix-typos-force-exclude
Browse files Browse the repository at this point in the history
fix(modules/hooks): `settings.typos.exclude` implies `--force-exclude`
  • Loading branch information
domenkozar authored Jan 8, 2024
2 parents 44493e2 + 1a76afa commit ea07fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ in
[ (color != "") "--color ${color}" ]
[ (configPath != "") "--config ${configPath}" ]
[ (config != "" && configPath == "") "--config ${configFile}" ]
[ (exclude != "") "--exclude ${exclude}" ]
[ (exclude != "") "--exclude ${exclude} --force-exclude" ]
[ (format != "") "--format ${format}" ]
[ (locale != "") "--locale ${locale}" ]
[ (write && !diff) "--write-changes" ]
Expand Down

0 comments on commit ea07fa0

Please sign in to comment.