Use Ameba to enforce max line width

Didn't know Ameba supports this!
This commit is contained in:
Alex Ling
2021-01-27 04:18:47 +00:00
parent 07965b98b7
commit c1c8cca877
3 changed files with 5 additions and 6 deletions
+5
View File
@@ -7,3 +7,8 @@ Lint/UnusedArgument:
- src/routes/*
Metrics/CyclomaticComplexity:
Enabled: false
Layout/LineLength:
Enabled: true
MaxLength: 80
Excluded:
- src/routes/api.cr