Skip to content

Commit 861b406

Browse files
committed
chore: simplify ameba lint script
1 parent 911a159 commit 861b406

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ development_dependencies:
3838
scripts:
3939
clean@linux: rm bin/geode
4040
clean@windows: del bin\geode.exe bin\geode.pdb
41-
lint: |
42-
ameba --all --except Lint/Documentation,Metrics/CyclomaticComplexity
41+
lint: ameba --all --except Documentation,Naming,Metrics,Style
4342

4443
targets:
4544
ameba:

0 commit comments

Comments
 (0)