Skip to content

Commit 7a58a2c

Browse files
committed
Update ebert config file
Signed-off-by: Matt Stratton <[email protected]>
1 parent cbea06f commit 7a58a2c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.ebert.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
enabled: true
15+
govet:
16+
enabled: true
17+
golint:
18+
enabled: true
19+
shellcheck:
20+
enabled: true
21+
remark-lint:
22+
enabled: true
23+
exclude_paths:
24+
- testdata
25+

0 commit comments

Comments
 (0)