summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update RuboCop to 0.43.0 and update configurationrs-update-rubocopRobert Speicher2016-10-041-51/+120
| | | | | `Style/VariableNumber` is explicitly disabled because I don't think we care if we name a variable `var_1` or `var1`.
* Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-5/+0
|
* Regenerate .rubocop_todo.yml based on rubocop 0.42.0Robert Speicher2016-09-141-53/+72
|
* Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-061-7/+0
|
* Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-291-8/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Rubocop cops that check access modifiers ## What does this MR do? This MR enables Rubocop cops that detect methods that should be restricted but are the part of public API because of access modifiers used improperly. This also fixes existing offenses. ## Why was this MR needed? Some method in our codebase are public instead of being private because it is sometimes difficult to get it right without static analysis. ## What are the relevant issue numbers? See #17478 Closes #17372 See merge request !5014
| * Enable Rubocop cops for invalid access modifiersrubocop/enable-access-modifiers-copsGrzegorz Bizon2016-07-191-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Enable Style/MultilineTernaryOperator rubocop coprubocop/enable-multiline-ternary-operator-copGrzegorz Bizon2016-07-201-4/+0
|/ | | | | | Avoid multi-line ?: (the ternary operator). Use if/unless instead. See #17478
* Disable all cops with offenses.Connor Shea2016-07-131-149/+34
|
* Resolve feedback.Connor Shea2016-07-131-53/+42
|
* Disable two cops as recommended.Connor Shea2016-07-131-26/+16
|
* Remove some disabled cops.Connor Shea2016-07-131-17/+550
|
* Update rubocop to 0.41.2Z.J. van de Weg2016-07-131-0/+65
https://github.com/bbatsov/rubocop/blob/v0.41.2/CHANGELOG.md