-
Notifications
You must be signed in to change notification settings - Fork 89
/
.standard_todo.yml
38 lines (38 loc) · 1.01 KB
/
.standard_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Auto generated files with errors to ignore.
# Remove from this list as you refactor files.
---
ignore:
- features/support/load_tests.rb:
- Security/Open
- lib/csvlint/csvw/column.rb:
- Style/TernaryParentheses
- lib/csvlint/csvw/date_format.rb:
- Lint/MixedRegexpCaptureTypes
- lib/csvlint/csvw/number_format.rb:
- Style/SlicingWithRange
- Style/IdenticalConditionalBranches
- lib/csvlint/csvw/property_checker.rb:
- Performance/InefficientHashSearch
- Naming/VariableName
- Style/SlicingWithRange
- Security/Open
- Lint/BooleanSymbol
- lib/csvlint/csvw/table_group.rb:
- Style/OptionalArguments
- lib/csvlint/field.rb:
- Naming/VariableName
- lib/csvlint/schema.rb:
- Security/Open
- Style/SlicingWithRange
- lib/csvlint/validate.rb:
- Performance/Count
- Lint/BooleanSymbol
- Naming/VariableName
- Security/Open
- Lint/NonLocalExitFromIterator
- lib/csvlint/schema.rb:
- Lint/UselessRescue
- lib/csvlint/validate.rb:
- Lint/UselessRescue
- lib/csvlint/cli.rb:
- Style/SafeNavigation