summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Expand)AuthorAgeFilesLines
...
| * | Enable Style/MultilineIfThen rubocop copstyle/enable-multiline-if-then-rubocop-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'style/enable-method-def-parentheses-rubocop-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/MethodDefParentheses rubocop copstyle/enable-method-def-parentheses-rubocop-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'style/enable-rubocop-indent-assignment-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/IndentAssignment Rubocop style copstyle/enable-rubocop-indent-assignment-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'style/enable-while-until-do-rubocop-style-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'style/enable-rubocop-end-of-line-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/EndOfLine Rubocop style copstyle/enable-rubocop-end-of-line-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'style/enable-block-alignment-rubocop-lint' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Lint/BlockAlignment Rubocop copstyle/enable-block-alignment-rubocop-lintGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'rubocop/enable-redundant-parentheses-cop' into 'master' Robert Speicher2016-05-301-2/+1
|\ \
| * | Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-copGrzegorz Bizon2016-05-301-2/+1
| |/
* | Merge branch 'rubocop/enable-space-before-comment-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/SpaceBeforeComment rubocop coprubocop/enable-space-before-comment-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Enable Style/SpaceAfterMethodName rubocop coprubocop/enable-space-after-method-name-copGrzegorz Bizon2016-05-301-1/+1
|/
* Merge branch 'complexity/enable-multiple-rubocop-cops-2' into 'master' Robert Speicher2016-05-251-26/+42
|\
| * Remove unneeded indentation from RuboCop configRobert Speicher2016-05-251-1/+1
| * Enable multiple compatible Rubocop copscomplexity/enable-multiple-rubocop-cops-2Grzegorz Bizon2016-05-251-26/+42
* | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
|/
* Add descriptive comments for rubocop-rspec copsRobert Speicher2016-05-231-0/+14
* Add rubocop-rspecrs-rubocop-rspecRobert Speicher2016-05-231-0/+50
* Merge branch 'complexity/enable-multiple-rubocop-cops' into 'master' Robert Speicher2016-05-231-34/+31
|\
| * Enabled multiple Rubocop cops that can be enabledGrzegorz Bizon2016-05-231-34/+31
* | Merge branch 'rs-space-around-keyword' into 'master' Robert Speicher2016-05-231-2/+1
|\ \
| * | Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-2/+1
* | | Merge branch 'rs-update-rubocop' into 'master' Robert Speicher2016-05-231-0/+18
|\ \ \
| * | | Update rubocop to 0.40.0Robert Speicher2016-05-231-0/+18
| |/ /
* | | Merge branch 'complexity/rubocop-style-loop' into 'master' Robert Speicher2016-05-231-1/+1
|\ \ \
| * | | Enable Style/InfiniteLoop Rubocop copcomplexity/rubocop-style-loopGrzegorz Bizon2016-05-231-1/+1
| |/ /
* | | Merge branch 'rs-range-include' into 'master' Robert Speicher2016-05-231-2/+1
|\ \ \ | |_|/ |/| |
| * | Enable Performance/RangeInclude cop and fix single offensers-range-includeRobert Speicher2016-05-231-2/+1
| |/
* | Merge branch 'rs-start-with' into 'master' Robert Speicher2016-05-231-2/+1
|\ \
| * | Enable Performance/StartWith cop and fix offensesrs-start-withRobert Speicher2016-05-231-2/+1
| |/
* | Enable Style/DefWithParentheses cop and fix single offenseRobert Speicher2016-05-231-1/+1
|/
* Updated Rubocop for generator_templates/fix-generator-templates-directoryYorick Peterse2016-05-191-1/+1
* Merge branch 'migration-helpers' into 'master' Robert Speicher2016-05-191-0/+1
|\
| * Tell Rubocop to ignore lib/templatesYorick Peterse2016-05-121-1/+2
* | Require space around operatorsGabriel Mazetto2016-05-131-2/+2
* | Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher2016-05-121-1/+1
|\ \
| * | Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-1/+1
| |/
* | Merge branch 'casecmp-cop' into 'master' Rémy Coutable2016-05-111-2/+1
|\ \
| * | Enable Rubocop Casecmp Performance Cop.Connor Shea2016-05-101-2/+1
| |/
* | Enable the StringReplacement cop.Connor Shea2016-05-101-1/+2
|/
* Enable LstripRstrip copConnor Shea2016-04-271-2/+1
* Backport select_helper from EEbackport_changes_from_eeValery Sizov2016-04-201-1/+1
* Decrease threshold for ABC Size metric in Rubocopcomplexity/descrease-abc-size-thresholdGrzegorz Bizon2016-04-111-1/+1
* Update Rubocop from 0.35.1 to 0.38.0.connorshea2016-03-201-469/+489
* Disabled Rails/Date copGabriel Mazetto2015-12-151-0/+6
* Updated .rubocop.yml to match 0.35.x changesGabriel Mazetto2015-12-141-6/+30