We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbea06f commit 7a58a2cCopy full SHA for 7a58a2c
1 file changed
.ebert.yml
@@ -0,0 +1,25 @@
1
+# This configuration was used Ebert to review the devopsdays/devopsdays-cli repository
2
+# on 64d759904ea5d9b1add1270a54b77d2e8e004bef.
3
+# You can make this the default configuration for future reviews by moving this
4
+# file to your repository as `.ebert.yml` and pushing it to GitHub, and tweak
5
+# it as you wish - To know more on how to change this file to better review your
6
+# repository you can go to https://docs.ebertapp.io/configuration and see the configuration
7
+# details.
8
+---
9
+styleguide: plataformatec/linters
10
+engines:
11
+ fixme:
12
+ enabled: true
13
+ gofmt:
14
15
+ govet:
16
17
+ golint:
18
19
+ shellcheck:
20
21
+ remark-lint:
22
23
+exclude_paths:
24
+- testdata
25
+
0 commit comments