Skip to content

Commit cf911ea

Browse files
Dump full RuboCop config
This automated commit dumps the contents of the full RuboCop config. [dependabot skip]
1 parent 244dc92 commit cf911ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/full_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3033,7 +3033,9 @@ Style/InverseMethods:
30333033
Style/InvertibleUnlessCondition:
30343034
Description: Favor `if` with inverted condition over `unless`.
30353035
Enabled: true
3036+
Safe: false
30363037
VersionAdded: '1.44'
3038+
VersionChanged: '1.50'
30373039
InverseMethods:
30383040
:!=: :==
30393041
:>: :<=

0 commit comments

Comments
 (0)