Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spec failures in 9-4-stable-patch-59-4-stable-patch-5 | James Edwards-Jones | 2017-08-11 | 1 | -1/+1 |
| | | | | | | | Unable to find css "h1.project-title" in spec/features/profiles/account_spec.rb:46 Unable to find css "h1.project-title" in spec/features/profiles/account_spec.rb:53 Failure/Error: expect(recorded.count).to be_within(1).of(57) in spec/serializers/pipeline_serializer_spec.rb:113 Metrics/AbcSize: Assignment Branch Condition size is too high in app/controllers/admin/projects_controller.rb:5 | ||||
* | Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-cops | Rémy Coutable | 2017-06-30 | 1 | -0/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | 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 |
| | | | | | This cop adds an offense when `before`, `after`, or `around` are used as single-line blocks. | ||||
* | Disable the Style/PreferredHashMethods copdisable-Style/PreferredHashMethods-cop | Rémy Coutable | 2017-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-cop | Rémy Coutable | 2017-06-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add descriptions for the RSpec/EmptyExampleGroup and RSpec/ExpectOutput copsadd-cop-descriptions | Rémy Coutable | 2017-05-19 | 1 | -1/+2 |
| | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'rubocop-empty-example-group' into 'master' | Robert Speicher | 2017-05-18 | 1 | -0/+6 |
|\ | | | | | | | | | Enable the RSpec/EmptyExampleGroup cop See merge request !11497 | ||||
| * | Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-group | Rémy Coutable | 2017-05-18 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Enable the RSpec/ExpectOutput coprubocop-expect-output | Rémy Coutable | 2017-05-18 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/TrailingCommaInArguments cop | Rémy Coutable | 2017-05-10 | 1 | -0/+5 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+2 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | 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 cop Closes #31316 See merge request !10911 | ||||
| * | Enable RSpec/FilePath copenable-spec-file-name-cop | Sean McGivern | 2017-04-26 | 1 | -4/+6 |
| | | | | | | | | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first | ||||
* | | 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 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'enable-rspec-be_eql-cop' into 'master' | Robert Speicher | 2017-02-23 | 1 | -1/+1 |
|\ | | | | | | | | | Enable the RSpec/BeEql cop See merge request !9476 | ||||
| * | Enable the RSpec/BeEql copenable-rspec-be_eql-cop | Rémy Coutable | 2017-02-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | | | | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | | Revert "Enable Style/BarePercentLiterals" | Douwe Maan | 2017-02-23 | 1 | -4/+0 |
| | | | | | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48. | ||||
* | | 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 |
| | | |||||
* | | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | |||||
* | | Enable Style/MultilineHashBraceLayout | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | |||||
* | | Enable Style/MultilineArrayBraceLayout | Douwe Maan | 2017-02-23 | 1 | -1/+2 |
| | | |||||
* | | Enable Style/EmptyLineBetweenDefs | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | |||||
* | | Enable Style/ClassCheck | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | |||||
* | | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | |||||
* | | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Enable Style/ColonMethodCall | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Disable Style/BracesAroundHashParameters | Douwe Maan | 2017-02-23 | 1 | -1/+3 |
| | | |||||
* | | Enable Style/BarePercentLiterals | Douwe Maan | 2017-02-23 | 1 | -0/+4 |
| | | |||||
* | | Enable Security/JSONLoad | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Enable Rails/Validation | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Disable Rails/OutputSafety | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Disable Rails/DynamicFindBy | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Enable Performance/RedundantMatch | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Enable Performance/RedundantBlockCall | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Disable Lint/UnneededSplatExpansion | Douwe Maan | 2017-02-23 | 1 | -0/+2 |
| | | |||||
* | | Enable Lint/UnifiedInteger | Douwe Maan | 2017-02-23 | 1 | -0/+4 |
| | |