Skip to content

Commit

Permalink
Remove linting rule for list first/last
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Feb 11, 2025
1 parent 5319afc commit c4223a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static-analysis.datadog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
schema-version: v1
rulesets:
- ruby-code-style
- ruby-code-style:
rules:
first-and-last:
ignore:
- "**"
- ruby-security
- ruby-best-practices:
rules:
Expand Down

0 comments on commit c4223a0

Please sign in to comment.