mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-30 00:00:43 -04:00
c1c8cca877
Didn't know Ameba supports this!
15 lines
257 B
YAML
15 lines
257 B
YAML
Lint/UselessAssign:
|
|
Excluded:
|
|
- src/routes/*
|
|
- src/server.cr
|
|
Lint/UnusedArgument:
|
|
Excluded:
|
|
- src/routes/*
|
|
Metrics/CyclomaticComplexity:
|
|
Enabled: false
|
|
Layout/LineLength:
|
|
Enabled: true
|
|
MaxLength: 80
|
|
Excluded:
|
|
- src/routes/api.cr
|