-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# This configuration file was generated by `ameba --gen-config` | ||
# on 2024-03-29 12:41:29 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: 4 | ||
# Run `ameba --only Naming/BlockParameterName` for details | ||
Naming/BlockParameterName: | ||
Description: Disallows non-descriptive block parameter names | ||
MinNameLength: 3 | ||
AllowNamesEndingInNumbers: true | ||
Excluded: | ||
- src/kd_tree.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 |