Skip to content

Commit 5c1cea4

Browse files
authored
Merge pull request #4364 from DataDog/lint-first
Remove linting rule for list first/last
2 parents 73879c0 + 080de1b commit 5c1cea4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static-analysis.datadog.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
schema-version: v1
22
rulesets:
3-
- ruby-code-style
3+
- ruby-code-style:
4+
rules:
5+
first-and-last:
6+
ignore:
7+
- "**"
48
- ruby-security
59
- ruby-best-practices:
610
rules:

0 commit comments

Comments
 (0)