-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.ebert.yml
More file actions
25 lines (24 loc) · 726 Bytes
/
.ebert.yml
File metadata and controls
25 lines (24 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This configuration was used Ebert to review the joaomdmoura/machinery repository
# on 56a7e3e2edce2b0c0c4f8fb2746183a5bc8a3cf1.
# You can make this the default configuration for future reviews by moving this
# file to your repository as `.ebert.yml` and pushing it to GitHub, and tweak
# it as you wish - To know more on how to change this file to better review your
# repository you can go to https://docs.ebertapp.io/configuration and see the configuration
# details.
---
styleguide: plataformatec/linters
engines:
credo:
enabled: true
fixme:
enabled: false
eslint:
enabled: true
csslint:
enabled: false
remark-lint:
enabled: true
exclude_paths:
- config
- test
- lib/web/static/vendor/**/*