Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-08Enable RSpec/DescribeSymbol; update .rubocop_todo.ymlRobert Speicher
2017-04-02Enable Style/Proc cop for rubocopmhasbini
2017-02-28Ignore builds dir when run rubocop checkDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-23Merge branch 'enable-rspec-be_eql-cop' into 'master' Robert Speicher
Enable the RSpec/BeEql cop See merge request !9476
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
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
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
2017-02-23Revert "Enable Style/BarePercentLiterals"Douwe Maan
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
2017-02-23Exclude migrations from Style/MutableConstantDouwe Maan
2017-02-23Add explanations to copsDouwe Maan
2017-02-23Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan
2017-02-23Order cops alphabeticallyDouwe Maan
2017-02-23Don’t exclude some file in lib from rubocopDouwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Enable Style/MultilineHashBraceLayoutDouwe Maan
2017-02-23Enable Style/MultilineArrayBraceLayoutDouwe Maan
2017-02-23Enable Style/EmptyLineBetweenDefsDouwe Maan
2017-02-23Enable Style/ClassCheckDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2017-02-23Enable Style/ColonMethodCallDouwe Maan
2017-02-23Disable Style/BracesAroundHashParametersDouwe Maan
2017-02-23Enable Style/BarePercentLiteralsDouwe Maan
2017-02-23Enable Security/JSONLoadDouwe Maan
2017-02-23Enable Rails/ValidationDouwe Maan
2017-02-23Disable Rails/OutputSafetyDouwe Maan
2017-02-23Disable Rails/DynamicFindByDouwe Maan
2017-02-23Enable Performance/RedundantMatchDouwe Maan
2017-02-23Enable Performance/RedundantBlockCallDouwe Maan
2017-02-23Disable Lint/UnneededSplatExpansionDouwe Maan
2017-02-23Enable Lint/UnifiedIntegerDouwe Maan
2017-02-23Enable Performance/RedundantMergeDouwe Maan
2017-02-23Disable some more copsDouwe Maan
2017-02-23Disable a few RSpec copsDouwe Maan
2017-02-23Custom cops don’t need to be mentioned in .rubocop.ymlDouwe Maan
2017-02-23Disable Lint/UnusedMethodArgumentDouwe Maan
2017-02-23Disable Style/TrailingCommaInLiteralDouwe Maan
2017-02-23Enable Style/SpaceInsideBracketsDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-23Enable the RSpec/BeEql copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-22No more and/orDouwe Maan
2017-02-13Merge branch 'rs-rubocop-rspec' into 'master' Rémy Coutable
Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops See merge request !9151
2017-02-13Enable `Lint/EmptyWhen` cop and correct offenseRobert Speicher
2017-02-13Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable
Update Rubocop to Ruby 2.3 See merge request !8994
2017-02-11Enable `Style/RedundantException` cop and correct offenseRobert Speicher
2017-02-11Enable the `RSpec/ExpectActual` cop and correct offensesRobert Speicher
2017-02-11Explicitly disable the RSpec/BeEql copRobert Speicher
This is a little too picky, even for us.
2017-02-09Add a spec for our custom GemFetcher copRobert Speicher
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg