Skip to content

Commit d99542d

Browse files
committed
Tweak rubocop configuration to avoid affecting libdatadog_api extension
1 parent 051c09c commit d99542d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Style:
3434
- 'lib/datadog/profiling/**/*'
3535
- 'spec/datadog/profiling*'
3636
- 'spec/datadog/profiling/**/*'
37-
- 'ext/**/*'
37+
- 'ext/datadog_profiling_*/**/*'
3838
Layout:
3939
Exclude:
4040
- 'lib/datadog/profiling/*'
4141
- 'lib/datadog/profiling/**/**'
4242
- 'spec/datadog/profiling/*'
4343
- 'spec/datadog/profiling/**/**'
44-
- 'ext/**/**'
44+
- 'ext/datadog_profiling_*/**/*'
4545

4646
Layout/LineLength:
4747
Max: 124

0 commit comments

Comments
 (0)