Skip to content

Commit c4223a0

Browse files
committed
Remove linting rule for list first/last
1 parent 5319afc commit c4223a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static-analysis.datadog.yml

+5-1
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)