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.
Style/EmptyMethod
Layout/LineLength
1 parent 83d500f commit c912adeCopy full SHA for c912ade
lib/rubocop/cop/style/empty_method.rb
@@ -11,6 +11,10 @@ module Style
11
# NOTE: A method definition is not considered empty if it contains
12
# comments.
13
#
14
+ # NOTE: Autocorrection will not be applied for the `compact` style
15
+ # if the resulting code is longer than the `Max` configuration for
16
+ # `Layout/LineLength`, but an offense will still be registered.
17
+ #
18
# @example EnforcedStyle: compact (default)
19
# # bad
20
# def foo(bar)
0 commit comments