Skip to content

Commit 107c0c0

Browse files
committed
Apply review changes
Remove empty lines, and elvis from rebar.config and Makefile. Elvis was removed because the latest version introduces too many breaking changes and compilation problems, it was too complicated to solve and for little benefit. It can be leaved as a future task to install elvis.
1 parent f45c0b5 commit 107c0c0

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: default rel compile clean ct test integration_test dialyzer xref console lint
1+
.PHONY: default rel compile clean ct test integration_test dialyzer xref console
22

33
REBAR = rebar3
44

@@ -54,6 +54,3 @@ console:
5454
@echo "tests can be executed manually using ct:run/1 function:\n" \
5555
' ct:run("test").'
5656
$(REBAR) as test shell
57-
58-
lint:
59-
$(REBAR) as elvis lint

doc/telemetry.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ measurements: #{count => 1}
4242
metadata: #{name => atom()}
4343
```
4444

45-
4645
#### Execute
4746

4847
Raised when a process client is allowed to execute after a throttled mechanism.
@@ -53,7 +52,6 @@ measurements: #{count => 1}
5352
metadata: #{name => atom()}
5453
```
5554

56-
5755
### Coordinate
5856

5957
Indicates when a coordinating event was raised, like a callback index being reached or a timeout being triggered

rebar.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
{fusco, "0.1.1"}
1515
]}
1616
]},
17-
{elvis, [{plugins, [{rebar3_lint, "3.0.0"}]}]},
1817
{demo, [
1918
{erl_opts, [debug_info, {src_dirs, ["src", "scenarios"]}]},
2019
{relx, [

0 commit comments

Comments
 (0)