faaso/.ameba.yml

55 lines
1.1 KiB
YAML
Raw Normal View History

2024-06-28 23:57:58 +00:00
# This configuration file was generated by `ameba --gen-config`
# on 2024-07-03 14:31:04 UTC using Ameba version 1.6.1.
2024-06-28 23:57:58 +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.
# Problems found: 5
2024-06-28 23:57:58 +00:00
# Run `ameba --only Documentation/DocumentationAdmonition` for details
Documentation/DocumentationAdmonition:
Description: Reports documentation admonitions
Timezone: UTC
Excluded:
2024-07-02 22:37:08 +00:00
- src/secrets.cr
2024-07-02 14:27:27 +00:00
- src/daemon/main.cr
- src/daemon/secrets.cr
2024-06-28 23:57:58 +00:00
- spec/faaso_spec.cr
Admonitions:
- TODO
- FIXME
- BUG
Enabled: true
Severity: Warning
2024-07-02 16:33:29 +00:00
# Problems found: 3
# Run `ameba --only Naming/BlockParameterName` for details
Naming/BlockParameterName:
Description: Disallows non-descriptive block parameter names
MinNameLength: 3
AllowNamesEndingInNumbers: true
Excluded:
2024-07-02 22:37:08 +00:00
- src/daemon/funko.cr
- src/commands/build.cr
AllowedNames:
- _
- e
- i
- j
- k
- v
- x
- y
- ex
- io
- ws
- op
- tx
- id
- ip
- k1
- k2
- v1
- v2
ForbiddenNames: []
Enabled: true
Severity: Convention