We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c59ab63 + d10b662 commit c0c34e2Copy full SHA for c0c34e2
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
# Pre-commit configuration file for DevSecOps security hooks
2
-#
+#
3
# This configuration integrates the Ministry of Justice DevSecOps hooks
4
# to perform security baseline checks before commits are allowed.
5
#
@@ -20,3 +20,12 @@ repos:
20
rev: a5bd873c96a914b5be53d35085f8f554ff9c4720
21
hooks:
22
- id: baseline
23
+ name: MoJ baseline security hook
24
+
25
+ - repo: local
26
+ hooks:
27
+ - id: spellcheck
28
+ name: Spell check in British English
29
+ entry: npm run spellcheck
30
+ language: system
31
+ pass_filenames: false
0 commit comments