- 04 Oct, 2016 1 commit
-
-
Robert Speicher authored
`Style/VariableNumber` is explicitly disabled because I don't think we care if we name a variable `var_1` or `var1`.
-
- 03 Oct, 2016 1 commit
-
-
Robert Speicher authored
-
- 14 Sep, 2016 1 commit
-
-
Robert Speicher authored
-
- 06 Aug, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 20 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
Avoid multi-line ?: (the ternary operator). Use if/unless instead. See #17478
-
- 19 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
This enables following cops: Check for useless access modifiers Lint/UselessAccessModifier Checks for attempts to use `private` or `protected` to set the visibility of a class method, which does not work. Lint/IneffectiveAccessModifier This also disables two false possitives in concerns.
-
- 13 Jul, 2016 5 commits
-
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
-