Change Log¶ ↑
Version 2.5¶ ↑
-
Metrics/LineLength -> Layout/LineLength
-
Disable all metrics cops via prefix, not individually
Version 2.4¶ ↑
-
Disable Style/SymbolArray
-
Disable Style/NumericPredicate
Version 2.3¶ ↑
-
Use HTTPS links everywhere
-
First gem release
Version 2.2¶ ↑
-
Style/TrailingCommaInLiteral split into:
-
Style/TrailingCommaInArrayLiteral
-
Style/TrailingCommaInHashLiteral:
Version 2.1¶ ↑
-
Style/DotPosition -> Layout/DotPosition
-
Style/SpaceBeforeBlockBraces -> Layout/SpaceBeforeBlockBraces
-
Style/SpaceInsideParens -> Layout/SpaceInsideParens
Version 2.0¶ ↑
-
Disable Style/AsciiComments
-
Disable Style/CommentAnnotation
-
Disable Style/TrailingCommaInArguments
-
Disable Style/WordArray
Version 1.1¶ ↑
-
TrailingComma -> TrailingCommaInLiteral
Version 1.0¶ ↑
-
Initial Release