Skip to content

Commit 50dfd12

Browse files
committed
Disable some reevoocop
1 parent debe752 commit 50dfd12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/fluent/plugin/in_systemd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module Fluent
88
module Plugin
9-
class SystemdInput < Input
9+
class SystemdInput < Input # rubocop:disable Metrics/ClassLength
1010
Fluent::Plugin.register_input("systemd", self)
1111

1212
helpers :timer, :storage

test/plugin/test_in_systemd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class SystemdInputTest < Test::Unit::TestCase # rubocop:disable Metrics/ClassLen
5050
],
5151
}
5252

53-
def setup
53+
def setup # rubocop:disable Metrics/AbcSize
5454
Fluent::Test.setup
5555

5656
@base_config = %(

0 commit comments

Comments
 (0)