2019-06-13 12:42:21 +00:00
|
|
|
# This configuration file was generated by `ameba --gen-config`
|
2023-02-17 05:18:37 +00:00
|
|
|
# on 2023-01-30 12:35:15 UTC using Ameba version 1.4.0.
|
2019-06-13 12:42:21 +00:00
|
|
|
# The point is for the user to remove these configuration records
|
|
|
|
# one by one as the reported problems are removed from the code base.
|
|
|
|
|
2023-02-17 05:18:37 +00:00
|
|
|
# Problems found: 2
|
2019-06-18 15:03:32 +00:00
|
|
|
# Run `ameba --only Lint/UselessAssign` for details
|
|
|
|
Lint/UselessAssign:
|
|
|
|
Description: Disallows useless variable assignments
|
2023-02-17 05:18:37 +00:00
|
|
|
Excluded:
|
|
|
|
- spec/view_spec.cr
|
2019-06-18 15:03:32 +00:00
|
|
|
Enabled: true
|
|
|
|
Severity: Warning
|
2023-02-17 05:18:37 +00:00
|
|
|
|
|
|
|
# Problems found: 6
|
|
|
|
# Run `ameba --only Lint/NotNil` for details
|
|
|
|
Lint/NotNil:
|
|
|
|
Description: Identifies usage of `not_nil!` calls
|
2019-06-18 15:03:32 +00:00
|
|
|
Excluded:
|
2023-02-17 05:18:37 +00:00
|
|
|
- src/kemal/param_parser.cr
|
|
|
|
- src/kemal/static_file_handler.cr
|
|
|
|
- src/kemal/config.cr
|
|
|
|
Enabled: true
|
|
|
|
Severity: Warning
|