summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Collapse)AuthorAgeFilesLines
* Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-0/+3
|
* Bump rubocop to 0.68.0rubocop_0_68David Rodríguez2019-04-301-24/+16
|
* set rubocop to cache into `tmp/rubocop` and have travis cache the foldercolby-rubocop-ci-cacheColby Swandale2019-04-051-0/+2
|
* Switch to a DisabledByDefault rubocop approachrubocop_disabled_by_defaultDavid Rodríguez2019-03-051-74/+739
| | | | | | | We keep the same set of rules that were previously enabled, but make sure that we don't need to maintain a TODO file with exceptions, and that upgrading rubocop doesn't silently include new rules without us explicitly opting in.
* Disable `Style/GuardClause` copfix_offenses_for_more_copsDavid Rodríguez2019-03-041-0/+3
| | | | | Sometimes rubocop misunderstand semantics, and forces you to write code that feels worse. I prefer to disable it.
* Bump rubocop to 0.65.0David Rodríguez2019-03-011-6/+9
| | | | Fix config and regenerate TODO config.
* Remove unnecessary executable bit from gem template.Vít Ondruch2018-02-011-0/+4
| | | | | | | | | This file is not executable at all, since the shebang line contains just placeholder for template expansion. Please not that the RuboCop check is disabled on purpose, because the executable bit of generated executables is set by other code, not by the permissions on this template file.
* Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-021-0/+3
|
* [RuboCop] Update to 0.49.1Koichi ITO2017-05-301-14/+16
|
* [RuboCop] Disable Metrics/BlockLengthSamuel Giddins2017-04-281-0/+3
|
* [Rubocop] Update Rubocop to 0.47.1Colby Swandale2017-02-201-1/+1
|
* Block resolving to older versions during an updateseg-block-update-regressionsSamuel Giddins2016-08-181-0/+3
| | | | This is currently behind the only_update_to_newer_versions setting
* Show deprecation warning when using --binstubsStefan Lance2016-07-051-0/+5
|
* [RuboCop] Fix offensesSamuel Giddins2016-02-011-0/+1
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+3
|
* [RuboCop] Enable Style/AliasSamuel Giddins2016-01-311-0/+3
|
* Update to RuboCop 0.36.0Samuel Giddins2016-01-311-2/+3
|
* Disable flat_map cop for 1.8.7 supportAndre Arko2016-01-251-0/+3
|
* [RuboCop] Disable Style/EmptyLiteraldeepj2015-12-161-0/+4
|
* [RuboCop] Disable Style/MultilineBlockChainSamuel Giddins2015-11-261-0/+3
|
* [RuboCop] Enable Style/SingleLineBlockParamsSamuel Giddins2015-11-261-0/+3
|
* [RuboCop] Disable Style/PerlBackrefsSamuel Giddins2015-11-261-0/+3
|
* Moves TrailingUnderscoreVariable to main rubocop fileErick Sasse2015-10-031-0/+3
|
* disable module length copmore-test-retryingAndre Arko2015-08-231-9/+4
|
* Disable Lint/UnusedMethodArgumentVictor Koronen2015-08-221-0/+3
| | | | | We don't agree with this rule. See discussion in <https://github.com/bundler/bundler/pull/3922>.
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-0/+3
|
* Fix Style/AlignParametersErick Sasse2015-07-291-0/+3
|
* Fix Style/AccessModifierIndentationErick Sasse2015-07-211-0/+3
|
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-0/+3
| | | | closes #3850
* [RuboCop] Disable Style/TrailingComma for 1.8.7 supportSamuel E. Giddins2015-07-171-0/+3
| | | | See https://github.com/bundler/bundler/pull/3847
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-0/+3
|
* [RuboCop] Enable Lint/EndAlignmentSamuel E. Giddins2015-07-151-2/+7
|
* [RuboCop] Add more rulesSamuel E. Giddins2015-07-151-2/+61
|
* Setup RuboCopSamuel E. Giddins2015-07-151-0/+13