Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Enable Performance/RedundantMerge | Douwe Maan | 2017-02-23 | 1 | -0/+4 |
| | | |||||
* | | Disable some more cops | Douwe Maan | 2017-02-23 | 1 | -0/+42 |
| | | |||||
* | | Disable a few RSpec cops | Douwe Maan | 2017-02-23 | 1 | -0/+27 |
| | | |||||
* | | Custom cops don’t need to be mentioned in .rubocop.yml | Douwe Maan | 2017-02-23 | 1 | -6/+0 |
| | | |||||
* | | Disable Lint/UnusedMethodArgument | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Disable Style/TrailingCommaInLiteral | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Enable Style/SpaceInsideBrackets | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -0/+3 |
| | | |||||
* | | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -0/+4 |
|/ | |||||
* | No more and/or | Douwe Maan | 2017-02-21 | 1 | -0/+5 |
| | |||||
* | Merge branch 'rs-rubocop-rspec' into 'master' | Rémy Coutable | 2017-02-13 | 1 | -0/+16 |
|\ | | | | | | | | | Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops See merge request !9151 | ||||
| * | Enable `Lint/EmptyWhen` cop and correct offense | Robert Speicher | 2017-02-13 | 1 | -0/+4 |
| | | |||||
| * | Enable `Style/RedundantException` cop and correct offense | Robert Speicher | 2017-02-10 | 1 | -0/+4 |
| | | |||||
| * | Enable the `RSpec/ExpectActual` cop and correct offenses | Robert Speicher | 2017-02-10 | 1 | -0/+4 |
| | | |||||
| * | Explicitly disable the RSpec/BeEql cop | Robert Speicher | 2017-02-10 | 1 | -0/+4 |
| | | | | | | | | This is a little too picky, even for us. | ||||
* | | Merge branch 'zj-drop-ruby-21-tests' into 'master' | Rémy Coutable | 2017-02-13 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Update Rubocop to Ruby 2.3 See merge request !8994 | ||||
| * | Update Rubocop to ruby 2.3zj-drop-ruby-21-tests | Z.J. van de Weg | 2017-02-07 | 1 | -1/+1 |
| | | |||||
* | | Add a spec for our custom GemFetcher coprs-gemfetcher-cop-spec | Robert Speicher | 2017-02-09 | 1 | -10/+12 |
|/ | |||||
* | ignore node_modules in rubocoprubocop-ignore-node-modules | Mike Greiling | 2017-02-02 | 1 | -0/+1 |
| | |||||
* | Fix Rubocop YAML config files to avoid CE->EE issues | Grzegorz Bizon | 2017-01-11 | 1 | -4/+0 |
| |