mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-14 15:32:24 +00:00
35 lines
914 B
YAML
35 lines
914 B
YAML
# This configuration file was generated by `ameba --gen-config`
|
|
# on 2024-09-21 14:59:30 UTC using Ameba version 1.6.1.
|
|
# The point is for the user to remove these configuration records
|
|
# one by one as the reported problems are removed from the code base.
|
|
|
|
# Problems found: 3
|
|
# Run `ameba --only Documentation/DocumentationAdmonition` for details
|
|
Documentation/DocumentationAdmonition:
|
|
Description: Reports documentation admonitions
|
|
Timezone: UTC
|
|
Excluded:
|
|
- src/lexer.cr
|
|
- src/actions.cr
|
|
Admonitions:
|
|
- TODO
|
|
- FIXME
|
|
- BUG
|
|
Enabled: true
|
|
Severity: Warning
|
|
|
|
# Problems found: 1
|
|
# Run `ameba --only Lint/SpecFilename` for details
|
|
Lint/SpecFilename:
|
|
Description: Enforces spec filenames to have `_spec` suffix
|
|
Excluded:
|
|
- spec/examples/crystal/hello.cr
|
|
IgnoredDirs:
|
|
- spec/support
|
|
- spec/fixtures
|
|
- spec/data
|
|
IgnoredFilenames:
|
|
- spec_helper
|
|
Enabled: true
|
|
Severity: Warning
|