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
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
2018-06-20Add a cop for `FinderMethods`Bob Van Landuyt
2018-06-19Disallow methods that copy data on large tablesSean McGivern
2018-05-29Allow comment after if/unless clauseRémy Coutable
2018-04-23Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the w...Rémy Coutable
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-04-06Introduce a new FactoriesInMigrationSpecs copRémy Coutable
2018-03-21Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-12Introduce PredicateMemoization cop and fix offensesLin Jen-Shin
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-26Require our own custom cops; Remove missing copsLin Jen-Shin
2017-12-22Use gitlab-stylesRémy Coutable
2017-12-15Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-12-13Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma...Douwe Maan
2017-12-11Add cop for use of remove_columnSean McGivern
2017-11-22Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-22Explain how to disable it in the docLin Jen-Shin
2017-11-21Updates based on feedbackLin Jen-Shin
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
2017-11-17Remove codes from bad mergeLin Jen-Shin
2017-11-17Allow initialize method and single ivarLin Jen-Shin
2017-11-17Prevent update_column_in_batches on large tablesSean McGivern
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-06Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-10-18Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specsRémy Coutable
2017-10-10Also warn on timestamp in datetime migration copSean McGivern
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-09-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-08-14Add SaferBooleanColumn copMichael Kozono
2017-08-01iniShinya Maeda
2017-07-26Update the large table list in AddColumnWithDefaultToLargeTable copRobert Speicher
2017-07-14Added cop to blacklist the use of hash indexesYorick Peterse
2017-07-07Added EachBatch for iterating tables in batchesYorick Peterse
2017-07-06Rename ActiverecordSerialize copYorick Peterse
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-07-05Add ProjectPathHelper copDouwe Maan
2017-06-15Require rubocop-rspec in the correct locationRobert Speicher
2017-06-14Add a custom RSpec/SingleLineHook copRobert Speicher
2017-06-13Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...blackst0ne
2017-06-07Added Cop to blacklist polymorphic associationsYorick Peterse
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne