Skip to content

Commit fff70d6

Browse files
committed
--use-all-plugins in sample .pre-commit-config.yaml (Yelp#321)
Addresses new plugins not being used. See [Slack conversation](https://ibm-whitewater.slack.com/archives/CHJUZLD9D/p1590003633267100).
1 parent 5d6a04c commit fff70d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-config/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
#
1515
# The `--no-keyword-scan` field can be removed if you are using 0.10.3-ibm.1. It was added prior to 0.10.3-ibm.1 to reduce false positives generated from old keyword scanner.
1616
# After 0.10.3-ibm.1, keyword scanner is disabled by default.
17-
args: [--baseline, .secrets.baseline, --no-keyword-scan ]
17+
args: [--baseline, .secrets.baseline, --use-all-plugins, --no-keyword-scan ]

0 commit comments

Comments
 (0)