Skip to content

Commit

Permalink
ignore percent-w rule
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jul 5, 2024
1 parent 58cdd9c commit aa5e328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/datadog/core/telemetry/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class Component
def initialize(
heartbeat_interval_seconds:,
metrics_aggregation_interval_seconds:,
dependency_collection:, enabled: true,
dependency_collection:,
enabled: true,
metrics_enabled: true
)
@enabled = enabled
Expand Down
6 changes: 5 additions & 1 deletion static-analysis.datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ schema-version: v1
rulesets:
- ruby-code-style
- ruby-security
- ruby-best-practices
- ruby-best-practices:
rules:
percent-w:
ignore:
- '**'

0 comments on commit aa5e328

Please sign in to comment.