| Commit message (Expand) | Author | Age | Files | Lines |
* | Decrease Perceived Complexity threshold to 15 | Maxim Rydkin | 2017-09-12 | 1 | -1/+1 |
* | Decrease Cyclomatic Complexity threshold to 13 | Maxim Rydkin | 2017-09-12 | 1 | -1/+1 |
* | refactor `app/helpers/projects_helper.rb:21:3` | Maxim Rydkin | 2017-09-07 | 1 | -1/+1 |
* | Decrease ABC threshold to 55.25 | Maxim Rydkin | 2017-08-31 | 1 | -1/+1 |
* | Decrease Metrics/PerceivedComplexity threshold to 17 | Maxim Rydkin | 2017-08-31 | 1 | -1/+1 |
* | Merge branch '31362_decrease_cyclomatic_complexity_threshold_step2' into 'mas... | Robert Speicher | 2017-08-29 | 1 | -1/+1 |
|\ |
|
| * | Decrease Metrics/CyclomaticComplexity threshold to 15 | Maxim Rydkin | 2017-08-29 | 1 | -1/+1 |
* | | exclude spec/ and features/ from `Style/PredicateName` cop | Maxim Rydkin | 2017-08-29 | 1 | -0/+12 |
|/ |
|
* | Update rubocop-gitlab-security to 0.1.0rs-update-rubocop-gitlab-security | Robert Speicher | 2017-08-28 | 1 | -0/+4 |
* | Merge branch 'rs-more-public-send-whitelists' into 'master' | Rémy Coutable | 2017-08-16 | 1 | -5/+9 |
|\ |
|
| * | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 1 | -5/+9 |
* | | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -0/+4 |
|/ |
|
* | Fix cop description | Rémy Coutable | 2017-08-11 | 1 | -3/+2 |
* | Enable the RSpec/HookArgument cop and auto-correct offenses | Robert Speicher | 2017-08-10 | 1 | -0/+5 |
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -0/+7 |
* | Re-enable SqlInjection and CommandInjection | Brian Neel | 2017-08-08 | 1 | -0/+33 |
* | Disable the Rails/Delegate cop | Rémy Coutable | 2017-08-03 | 1 | -1/+2 |
* | Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1 | Takuya Noguchi | 2017-08-01 | 1 | -195/+257 |
* | Decrease ABC threshold to 56.96 | Maxim Rydkin | 2017-07-24 | 1 | -1/+1 |
* | Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-cops | Rémy Coutable | 2017-06-30 | 1 | -0/+10 |
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -0/+5 |
* | Enable RSpec/SingleLineHook cop | Robert Speicher | 2017-06-14 | 1 | -1/+1 |
* | Add a custom RSpec/SingleLineHook cop | Robert Speicher | 2017-06-14 | 1 | -0/+7 |
* | Disable the Style/PreferredHashMethods copdisable-Style/PreferredHashMethods-cop | Rémy Coutable | 2017-06-09 | 1 | -1/+1 |
* | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-cop | Rémy Coutable | 2017-06-02 | 1 | -0/+9 |
* | Add descriptions for the RSpec/EmptyExampleGroup and RSpec/ExpectOutput copsadd-cop-descriptions | Rémy Coutable | 2017-05-19 | 1 | -1/+2 |
* | Merge branch 'rubocop-empty-example-group' into 'master' | Robert Speicher | 2017-05-18 | 1 | -0/+6 |
|\ |
|
| * | Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-group | Rémy Coutable | 2017-05-18 | 1 | -0/+6 |
* | | Enable the RSpec/ExpectOutput coprubocop-expect-output | Rémy Coutable | 2017-05-18 | 1 | -0/+3 |
|/ |
|
* | Enable the Style/TrailingCommaInArguments cop | Rémy Coutable | 2017-05-10 | 1 | -0/+5 |
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+2 |
* | Enable `RSpec/DescribedClass` cop | Robert Speicher | 2017-05-01 | 1 | -1/+1 |
* | Merge branch 'enable-spec-file-name-cop' into 'master'
| Robert Speicher | 2017-04-28 | 1 | -4/+6 |
|\ |
|
| * | Enable RSpec/FilePath copenable-spec-file-name-cop | Sean McGivern | 2017-04-26 | 1 | -4/+6 |
* | | Decrease ABC threshold to 57.08 | Maxim Rydkin | 2017-04-26 | 1 | -1/+1 |
* | | Decrease Cyclomatic Complexity threshold to 16 | Maxim Rydkin | 2017-04-26 | 1 | -1/+1 |
|/ |
|
* | Enable RSpec/DescribeSymbol; update .rubocop_todo.yml | Robert Speicher | 2017-04-07 | 1 | -0/+4 |
* | Enable Style/Proc cop for rubocop | mhasbini | 2017-04-02 | 1 | -0/+4 |
* | Ignore builds dir when run rubocop checkdz-rubocop-skip-builds | Dmitriy Zaporozhets | 2017-02-28 | 1 | -0/+1 |
* | Merge branch 'enable-rspec-be_eql-cop' into 'master'
| Robert Speicher | 2017-02-23 | 1 | -1/+1 |
|\ |
|
| * | Enable the RSpec/BeEql copenable-rspec-be_eql-cop | Rémy Coutable | 2017-02-23 | 1 | -1/+1 |
* | | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -5/+0 |
* | | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
* | | Revert "Enable Style/BarePercentLiterals" | Douwe Maan | 2017-02-23 | 1 | -4/+0 |
* | | Exclude migrations from Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
* | | Add explanations to cops | Douwe Maan | 2017-02-23 | 1 | -0/+61 |
* | | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 1 | -4/+4 |
* | | Order cops alphabetically | Douwe Maan | 2017-02-23 | 1 | -121/+123 |
* | | Don’t exclude some file in lib from rubocop | Douwe Maan | 2017-02-23 | 1 | -7/+14 |
* | | Enable Rails/Delegate | Douwe Maan | 2017-02-23 | 1 | -1/+1 |