I found following rules also should be disabled to avoid conflict with rubocop formatting. - `Style/IfUnlessModifier` - rubyfmt prefer normal `if` to `if` modifier when the line length is too long - Example: https://rubyfmt.run/#cHV0cyAidmVyeV9sb29vb29vb29vb29vb29vb29vb29vb29vb29uZ19zdHJpbmciIGlmIHZlcnlfbG9vb29vb29vb29vb29vb29vb29vb29uZ19jb25kaXRpb24/KGZvbywgYmFyLCBiYXosIGxvb29vb29vbmdfYXJndW1lbnRzKQo= - `Style/MethodCallWithoutArgsParentheses` - rubyfmt will append `()` to the method calls when there is the local variable which has same name. - Example: https://rubyfmt.run/#Zm9vID0gc2VsZi5mb28=
I found following rules also should be disabled to avoid conflict with rubocop formatting.
Style/IfUnlessModifieriftoifmodifier when the line length is too longStyle/MethodCallWithoutArgsParentheses()to the method calls when there is the local variable which has same name.