mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Rubocop: Enable various EmptyLine cops (#15194)
Disabled: * EmptyLineAfterGuardClause * EmptyLineAfterMultilineCondition * EmptyLinesAroundAccessModifier Enabled: * Layout/EmptyLineAfterMagicComment * Layout/EmptyLineBetweenDefs * Layout/EmptyLines * Layout/EmptyLinesAroundArguments * Layout/EmptyLinesAroundAttributeAccessor * Layout/EmptyLinesAroundBeginBody * Layout/EmptyLinesAroundBlockBody * Layout/EmptyLinesAroundExceptionHandlingKeywords * Layout/EmptyLinesAroundMethodBody * Layout/EmptyLinesAroundModuleBody
This commit is contained in:
parent
d95a0bba74
commit
acd87a69e7
212 changed files with 92 additions and 447 deletions
|
@ -72,7 +72,6 @@ module LogStash
|
|||
def pattern_path(path)
|
||||
return ::File.join(LOGSTASH_HOME, "patterns", path)
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue