Skip to content

Commit

Permalink
Tweak rubocop configuration to avoid affecting libdatadog_api extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Aug 13, 2024
1 parent 051c09c commit d99542d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Style:
- 'lib/datadog/profiling/**/*'
- 'spec/datadog/profiling*'
- 'spec/datadog/profiling/**/*'
- 'ext/**/*'
- 'ext/datadog_profiling_*/**/*'
Layout:
Exclude:
- 'lib/datadog/profiling/*'
- 'lib/datadog/profiling/**/**'
- 'spec/datadog/profiling/*'
- 'spec/datadog/profiling/**/**'
- 'ext/**/**'
- 'ext/datadog_profiling_*/**/*'

Layout/LineLength:
Max: 124
Expand Down

0 comments on commit d99542d

Please sign in to comment.