We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debe752 commit 50dfd12Copy full SHA for 50dfd12
lib/fluent/plugin/in_systemd.rb
@@ -6,7 +6,7 @@
6
7
module Fluent
8
module Plugin
9
- class SystemdInput < Input
+ class SystemdInput < Input # rubocop:disable Metrics/ClassLength
10
Fluent::Plugin.register_input("systemd", self)
11
12
helpers :timer, :storage
test/plugin/test_in_systemd.rb
@@ -50,7 +50,7 @@ class SystemdInputTest < Test::Unit::TestCase # rubocop:disable Metrics/ClassLen
50
],
51
}
52
53
- def setup
+ def setup # rubocop:disable Metrics/AbcSize
54
Fluent::Test.setup
55
56
@base_config = %(
0 commit comments