File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments