summaryrefslogtreecommitdiff
path: root/rubocop/rubocop.rb
Commit message (Expand)AuthorAgeFilesLines
* Added Cop for injecting EE modulesYorick Peterse2018-12-131-0/+1
* Add cop prohibiting params argument in url_for47986-rubocop-safe-paramsJarka Košanová2018-11-221-0/+1
* Add a new QA::ElementWithPattern copRémy Coutable2018-10-151-0/+1
* Applies the CE backport of EE#657Tiago Botelho2018-09-241-0/+1
* Fix leading slash in redirects and add copSanad Liaquat2018-09-211-0/+1
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-0/+1
* Added RuboCop cops to enforce code reuse rulesYorick Peterse2018-09-111-0/+6
* Adds Rubocop rule to enforce class_methods over module ClassMethodsJacopo2018-08-291-0/+1
* Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18nBob Van Landuyt2018-08-251-0/+1
* Blacklist the use of "destroy_all"Yorick Peterse2018-08-161-0/+1
* Add rubocop check for add_reference to require index.Andreas Brandl2018-08-081-0/+1
* Add a cop for `FinderMethods`bvl-finder-methods-copBob Van Landuyt2018-06-201-0/+1
* Revert the addition of goldiloaderYorick Peterse2018-04-181-2/+1
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-0/+2
* Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-1/+2
* Introduce a new FactoriesInMigrationSpecs copRémy Coutable2018-04-061-0/+1
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-0/+1
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-0/+1
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-0/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Require our own custom cops; Remove missing cops41480-require-custom-copsLin Jen-Shin2017-12-261-3/+0
* Use gitlab-stylesRémy Coutable2017-12-221-10/+3
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-151-0/+3
|\
| * Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma...Douwe Maan2017-12-131-0/+2
| * Add cop for use of remove_columnadd-remove-column-copSean McGivern2017-12-111-0/+1
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-221-1/+2
|\ \ | |/
| * Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
| |\
| | * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| * | Prevent update_column_in_batches on large tablesSean McGivern2017-11-171-1/+1
| |/
* | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-1/+1
* | Remove codes from bad mergeLin Jen-Shin2017-11-181-2/+0
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-061-3/+7
|\ \ | |/
| * Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specs18765-stub_env_in_specsRémy Coutable2017-10-181-5/+6
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-0/+1
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|/
* Add SaferBooleanColumn copMichael Kozono2017-08-141-0/+1
* Added cop to blacklist the use of hash indexesrubocop-hash-indexYorick Peterse2017-07-141-0/+1
* Added EachBatch for iterating tables in batchesactive-record-each-batchYorick Peterse2017-07-071-0/+1
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-0/+1
* Add ProjectPathHelper copDouwe Maan2017-07-051-0/+1
* Add a custom RSpec/SingleLineHook copRobert Speicher2017-06-141-0/+1
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-0/+3
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-0/+1
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-0/+1
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-0/+1
* New Migration/UpdateColumnInBatches copRémy Coutable2017-05-291-0/+1
* Add AddColumnWithDefaultToLargeTable copRobert Speicher2017-04-281-0/+1
* Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher2017-04-281-1/+1
* Add remove_concurrent_index to database helperblackst0ne2017-04-061-0/+2