.rubocop.yml in webauthn-2.3.0 vs .rubocop.yml in webauthn-2.4.0

- old
+ new

@@ -22,10 +22,13 @@ Enabled: true Layout/ClassStructure: Enabled: true +Layout/EmptyLinesAroundAttributeAccessor: + Enabled: true + Layout/FirstMethodArgumentLineBreak: Enabled: true Layout/LineLength: Max: 120 @@ -36,10 +39,55 @@ Enabled: true Layout/MultilineMethodArgumentLineBreaks: Enabled: true +Layout/SpaceAroundMethodCallOperator: + Enabled: true + Lint: + Enabled: true + +Lint/DeprecatedOpenSSLConstant: + Enabled: true + +Lint/MixedRegexpCaptureTypes: + Enabled: true + +Lint/RaiseException: + Enabled: true + +Lint/StructNewOverride: + Enabled: true + +Lint/BinaryOperatorWithIdenticalOperands: + Enabled: true + +Lint/DuplicateElsifCondition: + Enabled: true + +Lint/DuplicateRescueException: + Enabled: true + +Lint/EmptyConditionalBody: + Enabled: true + +Lint/FloatComparison: + Enabled: true + +Lint/MissingSuper: + Enabled: true + +Lint/OutOfRangeRegexpRef: + Enabled: true + +Lint/SelfAssignment: + Enabled: true + +Lint/TopLevelReturnWithArgument: + Enabled: true + +Lint/UnreachableLoop: Enabled: true Naming: Enabled: true