Skip to content

Commit

Permalink
Sayonara Elvis
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Sep 4, 2023
1 parent 42bf4e5 commit 8c06e01
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 45 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v1
- name: Compile
run: make compile
- name: Elvis rock
run: make elvis
- name: Run xref
run: make xref
- name: Run eunit
Expand Down
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CACHEGRIND=qcachegrind
ELVIS=./bin/elvis
REBAR3=./bin/rebar3

all: compile
Expand All @@ -24,10 +23,6 @@ edoc:
@echo "Running rebar3 edoc..."
@$(REBAR3) as edoc edoc

elvis:
@echo "Running elvis rock..."
@$(ELVIS) rock -c elvis.config

eunit:
@echo "Running rebar3 eunit..."
@$(REBAR3) do eunit -cv, cover -v
Expand All @@ -42,12 +37,12 @@ profile:
@_build/test/lib/fprofx/erlgrindx -p fprofx.analysis
@$(CACHEGRIND) fprofx.cgrind

test: elvis xref eunit dialyzer
test: xref eunit dialyzer

travis: test coveralls

xref:
@echo "Running rebar3 xref..."
@$(REBAR3) xref

.PHONY: clean compile coveralls dialyzer edoc elvis eunit profile xref
.PHONY: clean compile coveralls dialyzer edoc eunit profile xref
Binary file removed bin/elvis
Binary file not shown.
36 changes: 0 additions & 36 deletions elvis.config

This file was deleted.

0 comments on commit 8c06e01

Please sign in to comment.