We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b7613 + 66f3547 commit 8765960Copy full SHA for 8765960
2 files changed
plugins.mk
@@ -4,7 +4,7 @@
4
.PHONY: elvis distclean-elvis
5
6
# Configuration.
7
-ELVIS_VERSION ?= 4.2.3
+ELVIS_VERSION ?= 5.0.1
8
ELVIS_CONFIG ?= $(CURDIR)/elvis.config
9
10
ELVIS ?= $(CURDIR)/elvis
@@ -23,7 +23,7 @@ ELVIS_REBAR3 ?= rebar3
23
help::
24
$(verbose) printf "%s\n" "" \
25
"Elvis targets:" \
26
- " elvis Run Elvis using the local elvis.config or download the default otherwise"
+ " elvis Run Elvis on your codebase."
27
28
distclean:: distclean-elvis
29
test/test-elvis.config
@@ -1,14 +1,10 @@
1
[
2
{
3
- elvis,
- [
- {config, [
- #{
- dirs => ["src"],
- filter => "*.erl",
- ruleset => erl_files_strict
- }
11
- ]}
+ config, [
+ #{
+ files => ["src/*.erl"],
+ ruleset => erl_files_strict
+ }
12
]
13
}
14
].
0 commit comments