Sha256: b2a87bc1ff81d404a479b5f6f42ef174c561178345613e4114b9fa849053636e

Contents?: true

Size: 986 Bytes

Versions: 1

Compression:

Stored size: 986 Bytes

Contents

REMM メソッド定義やメソッド呼び出しの()をいい感じに
rubocop -a --only Style/DefWithParentheses,\
Style/MethodCallParentheses,\
Style/MethodDefParentheses

REM インデント崩れを修正
rubocop -a --only Style/IndentationConsistency,\
Style/IndentationWidth,\
Style/MultilineOperationIndentation

REM 空行をいい感じに
rubocop -a --only Style/EmptyLineBetweenDefs,\
Style/EmptyLines,\
Style/EmptyLinesAroundAccessModifier,\
Style/EmptyLinesAroundBlockBody,\
Style/EmptyLinesAroundClassBody,\
Style/EmptyLinesAroundMethodBody,\
Style/EmptyLinesAroundModuleBody,\
Style/TrailingBlankLines

REM コロンやカンマの前後のスペースをいい感じにする
rubocop -a --only Style/SpaceAfterColon,\
Style/SpaceAfterComma,\
Style/SpaceAfterNot,\
Style/SpaceAfterSemicolon,\
Style/SpaceAroundEqualsInParameterDefault,\
Style/SpaceBeforeSemicolon

REM 行末のスペース削除
rubocop -a --only Style/TrailingWhitespace

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
secretmgr-0.1.0 rubocoprefine.bat