Do not run disabled rules against the codebase

This commit is contained in:
Sijawusz Pur Rahnama 2023-06-08 02:24:12 +02:00
parent 7caa47fb6a
commit c9d25f3409
2 changed files with 2 additions and 2 deletions

View file

@ -36,4 +36,4 @@ jobs:
run: shards build -Dpreview_mt
- name: Run ameba linter
run: bin/ameba --all
run: bin/ameba

View file

@ -10,7 +10,7 @@ build:
.PHONY: lint
lint: build
./bin/ameba --all
./bin/ameba
.PHONY: spec
spec: