Disable plugin_spec.cr line limit

This commit is contained in:
Alex Ling 2022-07-17 15:24:01 +00:00
parent 75a30a88e0
commit 9fe269ab13

View File

@ -12,3 +12,4 @@ Layout/LineLength:
MaxLength: 80 MaxLength: 80
Excluded: Excluded:
- src/routes/api.cr - src/routes/api.cr
- spec/plugin_spec.cr