Skip to content

Commit

Permalink
Update .pre-commit-config.yaml to ignore plugin
Browse files Browse the repository at this point in the history
Getting numerous failures in Java repo for this experimental plugin. This now matches what we have here:  https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Git-and-Github-Guide#detect-secrets
  • Loading branch information
jordanpadams authored Nov 17, 2024
1 parent 64c56cb commit caa6d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ repos:
args:
- '--baseline'
- '.secrets.baseline'
- '--disable-plugin'
- 'AbsolutePathDetectorExperimental'
- --exclude-files '\.secrets..*'
- --exclude-files '\.git.*'
- --exclude-files 'target'
Expand Down

0 comments on commit caa6d70

Please sign in to comment.