mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Do not run disabled rules against the codebase
This commit is contained in:
parent
7caa47fb6a
commit
c9d25f3409
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -36,4 +36,4 @@ jobs:
|
|||
run: shards build -Dpreview_mt
|
||||
|
||||
- name: Run ameba linter
|
||||
run: bin/ameba --all
|
||||
run: bin/ameba
|
||||
|
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ build:
|
|||
|
||||
.PHONY: lint
|
||||
lint: build
|
||||
./bin/ameba --all
|
||||
./bin/ameba
|
||||
|
||||
.PHONY: spec
|
||||
spec:
|
||||
|
|
Loading…
Reference in a new issue