File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ plugins :
2+ - rubocop-performance
3+ - rubocop-fluentd
4+
15AllCops :
26 Exclude :
37 - ' lib/opentelemetry/**/*'
@@ -6,6 +10,15 @@ AllCops:
610 SuggestExtensions : false
711 TargetRubyVersion : 3.2
812
13+ # rubocop-fluentd
14+ Lint/FluentdPluginLogScope :
15+ Enabled : true
16+ Lint/FluentdPluginConfigParamDefaultTime :
17+ Enabled : true
18+ Performance/FluentdPluginLogStringInterpolation :
19+ Enabled : true
20+
21+ # rubocop
922Gemspec/DevelopmentDependencies :
1023 Enabled : false
1124
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ gem "grpc", "~> 1.73"
99gem "grpc-tools"
1010gem "irb"
1111gem "rake" , "~> 13.0"
12- gem "rubocop" , "~> 1.75"
1312gem "test-unit" , "~> 3.0"
1413gem "timecop"
14+
15+ gem "rubocop" , "~> 1.75"
16+ gem "rubocop-fluentd" , "~> 0.2"
17+ gem "rubocop-performance" , "~> 1.25"
You can’t perform that action at this time.
0 commit comments