summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/Proc cop for rubocopmhasbini2017-04-021-0/+4
|
* Ignore builds dir when run rubocop checkdz-rubocop-skip-buildsDmitriy Zaporozhets2017-02-281-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'enable-rspec-be_eql-cop' into 'master' Robert Speicher2017-02-231-1/+1
|\ | | | | | | | | Enable the RSpec/BeEql cop See merge request !9476
| * Enable the RSpec/BeEql copenable-rspec-be_eql-copRémy Coutable2017-02-231-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-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 Maan2017-02-231-1/+1
| | | | | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
* | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-4/+0
| | | | | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
* | Exclude migrations from Style/MutableConstantDouwe Maan2017-02-231-0/+3
| |
* | Add explanations to copsDouwe Maan2017-02-231-0/+61
| |
* | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan2017-02-231-4/+4
| |
* | Order cops alphabeticallyDouwe Maan2017-02-231-121/+123
| |
* | Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-7/+14
| |
* | Enable Rails/DelegateDouwe Maan2017-02-231-1/+1
| |
* | Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
| |
* | Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-1/+1
| |
* | Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-1/+2
| |
* | Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-1/+1
| |
* | Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1
| |
* | Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-1/+1
| |
* | Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-0/+3
| |
* | Enable Style/ColonMethodCallDouwe Maan2017-02-231-0/+3
| |
* | Disable Style/BracesAroundHashParametersDouwe Maan2017-02-231-1/+3
| |
* | Enable Style/BarePercentLiteralsDouwe Maan2017-02-231-0/+4
| |
* | Enable Security/JSONLoadDouwe Maan2017-02-231-0/+3
| |
* | Enable Rails/ValidationDouwe Maan2017-02-231-0/+3
| |
* | Disable Rails/OutputSafetyDouwe Maan2017-02-231-0/+3
| |
* | Disable Rails/DynamicFindByDouwe Maan2017-02-231-0/+3
| |
* | Enable Performance/RedundantMatchDouwe Maan2017-02-231-0/+3
| |
* | Enable Performance/RedundantBlockCallDouwe Maan2017-02-231-0/+3
| |
* | Disable Lint/UnneededSplatExpansionDouwe Maan2017-02-231-0/+2
| |
* | Enable Lint/UnifiedIntegerDouwe Maan2017-02-231-0/+4
| |
* | Enable Performance/RedundantMergeDouwe Maan2017-02-231-0/+4
| |
* | Disable some more copsDouwe Maan2017-02-231-0/+42
| |
* | Disable a few RSpec copsDouwe Maan2017-02-231-0/+27
| |
* | Custom cops don’t need to be mentioned in .rubocop.ymlDouwe Maan2017-02-231-6/+0
| |
* | Disable Lint/UnusedMethodArgumentDouwe Maan2017-02-231-0/+3
| |
* | Disable Style/TrailingCommaInLiteralDouwe Maan2017-02-231-0/+3
| |
* | Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-0/+3
| |
* | Enable Style/MutableConstantDouwe Maan2017-02-231-0/+3
| |
* | Enable Style/DotPositionDouwe Maan2017-02-231-0/+4
|/
* No more and/orDouwe Maan2017-02-211-0/+5
|
* Merge branch 'rs-rubocop-rspec' into 'master' Rémy Coutable2017-02-131-0/+16
|\ | | | | | | | | Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops See merge request !9151
| * Enable `Lint/EmptyWhen` cop and correct offenseRobert Speicher2017-02-131-0/+4
| |
| * Enable `Style/RedundantException` cop and correct offenseRobert Speicher2017-02-101-0/+4
| |
| * Enable the `RSpec/ExpectActual` cop and correct offensesRobert Speicher2017-02-101-0/+4
| |
| * Explicitly disable the RSpec/BeEql copRobert Speicher2017-02-101-0/+4
| | | | | | | | This is a little too picky, even for us.
* | Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable2017-02-131-1/+1
|\ \ | |/ |/| | | | | Update Rubocop to Ruby 2.3 See merge request !8994
| * Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
| |
* | Add a spec for our custom GemFetcher coprs-gemfetcher-cop-specRobert Speicher2017-02-091-10/+12
|/
* ignore node_modules in rubocoprubocop-ignore-node-modulesMike Greiling2017-02-021-0/+1
|