rulesets/default.yml in runger_style-2.13.0 vs rulesets/default.yml in runger_style-2.14.0

- old
+ new

@@ -12,17 +12,17 @@ - db/schema.rb Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/ClassStructure: ExpectedOrder: - - module_inclusion - - constants - - public_class_methods - - initializer - - public_methods - - protected_methods - - private_methods + - module_inclusion + - constants + - public_class_methods + - initializer + - public_methods + - protected_methods + - private_methods Layout/ConditionPosition: Enabled: false Layout/DotPosition: EnforcedStyle: trailing Layout/EmptyLineAfterMultilineCondition: @@ -135,9 +135,14 @@ Enabled: false Style/ImplicitRuntimeError: Enabled: false Style/InlineComment: Enabled: false +Style/IpAddresses: + AllowedAddresses: + - "::" + - "::1" + - "127.0.0.1" Style/Lambda: Enabled: false Style/MethodCallWithArgsParentheses: AllowedMethods: - add_column