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 (Expand)Author
2019-08-28Remove Rubocop::SpecHelper fileVitali Tatarintev
2019-08-28Refactor BeSuccessMatcher specs for readabilityVitali Tatarintev
2019-08-28Utilize Rubocop's Include for BeSuccessMatcherVitali Tatarintev
2019-08-28Add support of not_to/to_not to BeSuccessMatcherVitali Tatarintev
2019-08-28Replace double quotes with single quotesVitali Tatarintev
2019-08-28Enable frozen string literalVitali Tatarintev
2019-08-28Autocorrect `be_success` to `be_successful`Vitali Tatarintev
2019-08-28Add Rubocop check to avoid using `be_success`Vitali Tatarintev
2019-08-26Utilize RuboCop's Include/Exclude configPeter Leitzen
2019-08-24Adds cop to enforce string limits on migrationsMayra Cabrera
2019-08-01Add RSpec/TopLevelDescribePath copSean McGivern
2019-07-30Extend cop for verifying injecting of EE modulesYorick Peterse
2019-07-11Change element_with_pattern cop to not use quotesddavison
2019-07-11Introduce data-qa-selector to supplant .qa-classddavison
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
2019-06-21Add a cop to ensure we authorize GraphQL typesBob Van Landuyt
2019-05-28Merge branch 'qa-extend-click-visit-actions' into 'master'Dan Davison
2019-05-22Link to issue in CodeReuse/ActiveRecord messageLuke Duncalfe
2019-05-20Implement dynamic validation on QA Pagesddavison
2019-05-05Run rubocop -a on CE filesStan Hu
2019-05-05Upgrade to Rubocop 0.68.1Stan Hu
2019-05-03Cache current working directory to speed up RubocopStan Hu
2019-04-29Add Rubocop rule to ban include ActionView::ContextStan Hu
2019-04-15Forbid the use of `#reload` and prefer `#reset`Kamil Trzciński
2019-03-28Properly handle `ee` migration specsHeinrich Lee Yu
2019-01-16Merge branch 'fix-rubocop-ee-module-injection-detection' into 'master'Rémy Coutable
2019-01-16Fix detecting nested EE constants in RuboCopYorick Peterse
2019-01-16Prevent factories in background migration specsBob Van Landuyt
2018-12-13Added Cop for injecting EE modulesYorick Peterse
2018-11-27Make add_reference cop accept a hash for :indexToon Claes
2018-11-22Add cop prohibiting params argument in url_forJarka Košanová
2018-10-31Whitelist none method from ActiveRecord::QueryingDouglas Barbosa Alexandre
2018-10-15Add a new QA::ElementWithPattern copRémy Coutable
2018-09-24Applies the CE backport of EE#657Tiago Botelho
2018-09-21Fix leading slash in redirects and add copSanad Liaquat
2018-09-19Remove unused constantBob Van Landuyt
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-09-11Added RuboCop cops to enforce code reuse rulesYorick Peterse
2018-09-05Fix LineBreakAroundConditionalBlock cop for a conditional after rescueRobert Speicher
2018-08-29Minor renames for clarityJacopo
2018-08-29Handles when ClassMethods is used inside a classJacopo
2018-08-29Fixes rubocop chain ordinary method after safe navigation operatorJacopo
2018-08-29Applies rule only when extending ActiveSupport::ConcernJacopo
2018-08-29Adds Rubocop rule to enforce class_methods over module ClassMethodsJacopo
2018-08-25Reject ruby interpolation in externalized stringsBob Van Landuyt
2018-08-16Blacklist the use of "destroy_all"Yorick Peterse
2018-08-09Add rubocop check for add_reference to require index.Andreas Brandl
2018-07-09Update rubocop to get rid of a warning in other MRLin Jen-Shin
2018-06-22Merge branch 'update-large-tables-cop' into 'master'Grzegorz Bizon
2018-06-22Add more large tables to copSean McGivern