-
Notifications
You must be signed in to change notification settings - Fork 88
/
.standard_todo.yml
41 lines (41 loc) · 1.09 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
39
40
41
# 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
- Lint/UselessAssignment
- 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
- Lint/UselessAssignment
- Style/SlicingWithRange
- lib/csvlint/validate.rb:
- Lint/UselessAssignment
- Performance/Count
- Lint/BooleanSymbol
- Naming/VariableName
- Security/Open
- Lint/NonLocalExitFromIterator
- spec/validator_spec.rb:
- Lint/UselessAssignment
- lib/csvlint/schema.rb:
- Lint/UselessRescue
- lib/csvlint/validate.rb:
- Lint/UselessRescue