Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update rubocop, rubocop-rspec, and gitlab-styles42187-update-gitlab-styles-to-2-3-0 | Rémy Coutable | 2018-01-18 | 1 | -73/+62 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use gitlab-styles | Rémy Coutable | 2017-12-22 | 1 | -98/+616 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | exclude spec/ and features/ from `Style/PredicateName` cop | Maxim Rydkin | 2017-08-29 | 1 | -10/+0 |
| | |||||
* | add changelog | Maxim Rydkin | 2017-08-29 | 1 | -3/+0 |
| | |||||
* | replace `is_member_of` with `member_of?` | Maxim Rydkin | 2017-08-29 | 1 | -3/+3 |
| | |||||
* | replace `has_matching_label` with `has_matching_label?` | Maxim Rydkin | 2017-08-29 | 1 | -0/+3 |
| | |||||
* | replace `is_edited?` with `edited?` | Maxim Rydkin | 2017-08-29 | 1 | -1/+3 |
| | |||||
* | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -5/+0 |
| | |||||
* | Enable the RSpec/HookArgument cop and auto-correct offenses | Robert Speicher | 2017-08-10 | 1 | -6/+0 |
| | |||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -7/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1 | Takuya Noguchi | 2017-08-01 | 1 | -112/+113 |
| | |||||
* | Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-cops | Rémy Coutable | 2017-06-30 | 1 | -10/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -7/+0 |
| | |||||
* | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-cop | Rémy Coutable | 2017-06-02 | 1 | -7/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'rubocop-empty-example-group' into 'master' | Robert Speicher | 2017-05-18 | 1 | -5/+0 |
|\ | | | | | | | | | Enable the RSpec/EmptyExampleGroup cop See merge request !11497 | ||||
| * | Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-group | Rémy Coutable | 2017-05-18 | 1 | -5/+0 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Enable the RSpec/ExpectOutput coprubocop-expect-output | Rémy Coutable | 2017-05-18 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/TrailingCommaInArguments cop | Rémy Coutable | 2017-05-10 | 1 | -7/+0 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable RSpec/DescribeSymbol; update .rubocop_todo.yml | Robert Speicher | 2017-04-07 | 1 | -50/+76 |
| | |||||
* | Enable Style/Proc cop for rubocop | mhasbini | 2017-04-02 | 1 | -5/+0 |
| | |||||
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb | ||||
* | Revert "Enable Style/BarePercentLiterals" | Douwe Maan | 2017-02-23 | 1 | -0/+7 |
| | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48. | ||||
* | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 1 | -5/+1 |
| | |||||
* | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 1 | -46/+65 |
| | |||||
* | Regenerate .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 1 | -276/+61 |
| | |||||
* | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 1 | -7/+0 |
| | |||||
* | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 1 | -5/+0 |
| | |||||
* | Disable Style/BracesAroundHashParameters | Douwe Maan | 2017-02-23 | 1 | -7/+0 |
| | |||||
* | Enable Style/BarePercentLiterals | Douwe Maan | 2017-02-23 | 1 | -7/+0 |
| | |||||
* | Enable Security/JSONLoad | Douwe Maan | 2017-02-23 | 1 | -12/+0 |
| | |||||
* | Enable Rails/Validation | Douwe Maan | 2017-02-23 | 1 | -17/+0 |
| | |||||
* | Disable Rails/DynamicFindBy | Douwe Maan | 2017-02-23 | 1 | -7/+0 |
| | |||||
* | Enable Performance/RedundantMatch | Douwe Maan | 2017-02-23 | 1 | -10/+0 |
| | |||||
* | Enable Performance/RedundantBlockCall | Douwe Maan | 2017-02-23 | 1 | -8/+0 |
| | |||||
* | Disable Lint/UnneededSplatExpansion | Douwe Maan | 2017-02-23 | 1 | -17/+0 |
| | |||||
* | Enable Lint/UnifiedInteger | Douwe Maan | 2017-02-23 | 1 | -10/+0 |
| | |||||
* | Enable Performance/RedundantMerge | Douwe Maan | 2017-02-23 | 1 | -6/+0 |
| | |||||
* | Disable some more cops | Douwe Maan | 2017-02-23 | 1 | -104/+0 |
| | |||||
* | Disable a few RSpec cops | Douwe Maan | 2017-02-23 | 1 | -63/+0 |
| | |||||
* | Disable Lint/UnusedMethodArgument | Douwe Maan | 2017-02-23 | 1 | -6/+0 |
| | |||||
* | Disable Style/TrailingCommaInLiteral | Douwe Maan | 2017-02-23 | 1 | -7/+0 |
| | |||||
* | Enable Style/SpaceInsideBrackets | Douwe Maan | 2017-02-23 | 1 | -5/+0 |
| | |||||
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -5/+0 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -7/+0 |
| | |||||
* | Update .rubocop_todo.yml | Douwe Maan | 2017-02-23 | 1 | -128/+445 |
| | |||||
* | No more and/or | Douwe Maan | 2017-02-21 | 1 | -7/+0 |
| | |||||
* | Enable `Lint/EmptyWhen` cop and correct offense | Robert Speicher | 2017-02-13 | 1 | -4/+0 |
| | |||||
* | Enable `Style/RedundantException` cop and correct offense | Robert Speicher | 2017-02-10 | 1 | -5/+0 |
| | |||||
* | Enable the `RSpec/ExpectActual` cop and correct offenses | Robert Speicher | 2017-02-10 | 1 | -4/+0 |
| | |||||
* | Explicitly disable the RSpec/BeEql cop | Robert Speicher | 2017-02-10 | 1 | -4/+0 |
| | | | | This is a little too picky, even for us. |