Skip to content

Commit 3fac638

Browse files
committed
add ebert
1 parent c8cbcee commit 3fac638

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ebert.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This configuration was used Ebert to review the princemaple/elixir-queue repository
2+
# on 1fc7e45a2f2537e67365b28d6e83c51c4a6655a1.
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://ebertapp.io/docs/config and see the configuration
7+
# details.
8+
---
9+
styleguide: plataformatec/linters
10+
engines:
11+
credo:
12+
enabled: true
13+
fixme:
14+
enabled: true
15+
remark-lint:
16+
enabled: true
17+
exclude_paths:
18+
- config
19+
- test
20+
- lib

0 commit comments

Comments
 (0)