We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dd28d commit 40ae491Copy full SHA for 40ae491
.overcommit.yml
@@ -0,0 +1,39 @@
1
+gemfile: false
2
+verify_signatures: false
3
+
4
+PreCommit:
5
+ BundleCheck:
6
+ enabled: true
7
8
+ ErbLint:
9
10
+ required_executable: bundle
11
+ command: ["bundle", "exec", "erblint"]
12
+ include: "**/*.html.erb"
13
14
+ FixMe:
15
16
+ keywords: ["FIXME"]
17
+ exclude:
18
+ - .overcommit.yml
19
20
+ LocalPathsInGemfile:
21
22
23
+ RailsSchemaUpToDate:
24
25
26
+ RuboCop:
27
28
29
+ command: ["bundle", "exec", "rubocop"]
30
+ on_warn: fail
31
32
+ TrailingWhitespace:
33
34
35
+ - "**/db/structure.sql"
36
37
+PostCheckout:
38
+ ALL:
39
+ quiet: false
0 commit comments