Skip to content

Commit 8765960

Browse files
Merge pull request #28 from inaka/elvis_core-5.0.1
Update Elvis to 5.0.1
2 parents e9b7613 + 66f3547 commit 8765960

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

plugins.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.PHONY: elvis distclean-elvis
55

66
# Configuration.
7-
ELVIS_VERSION ?= 4.2.3
7+
ELVIS_VERSION ?= 5.0.1
88
ELVIS_CONFIG ?= $(CURDIR)/elvis.config
99

1010
ELVIS ?= $(CURDIR)/elvis
@@ -23,7 +23,7 @@ ELVIS_REBAR3 ?= rebar3
2323
help::
2424
$(verbose) printf "%s\n" "" \
2525
"Elvis targets:" \
26-
" elvis Run Elvis using the local elvis.config or download the default otherwise"
26+
" elvis Run Elvis on your codebase."
2727

2828
distclean:: distclean-elvis
2929

test/test-elvis.config

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[
22
{
3-
elvis,
4-
[
5-
{config, [
6-
#{
7-
dirs => ["src"],
8-
filter => "*.erl",
9-
ruleset => erl_files_strict
10-
}
11-
]}
3+
config, [
4+
#{
5+
files => ["src/*.erl"],
6+
ruleset => erl_files_strict
7+
}
128
]
139
}
1410
].

0 commit comments

Comments
 (0)