Skip to content

Commit

Permalink
Merge pull request #30 from cabinetoffice/TMI2-253_add_aws_precommit_…
Browse files Browse the repository at this point in the history
…check

TMI2-253: Add pre-commit check and update .gitignore to include appli…
  • Loading branch information
iaincooper-tco authored Sep 6, 2023
2 parents 5d6832a + 13a90fc commit 86e0871
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ build/

/bin

application-local.properties
### Local properties ###
application-local.properties
.env.local
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: detect-aws-credentials

0 comments on commit 86e0871

Please sign in to comment.