We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cbcee commit 3fac638Copy full SHA for 3fac638
ebert.yml
@@ -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
15
+ remark-lint:
16
17
+exclude_paths:
18
+- config
19
+- test
20
+- lib
0 commit comments