| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a cop to ensure we authorize GraphQL types | Bob Van Landuyt | 2019-06-21 | 1 | -0/+66 |
* | Merge branch 'qa-extend-click-visit-actions' into 'master' | Dan Davison | 2019-05-28 | 1 | -1/+10 |
|\ |
|
| * | Implement dynamic validation on QA Pages | ddavison | 2019-05-20 | 1 | -1/+10 |
* | | Link to issue in CodeReuse/ActiveRecord messagelink-to-issue-in-code-reuse-active-record-rubocop-rule | Luke Duncalfe | 2019-05-22 | 1 | -3/+3 |
|/ |
|
* | Add Rubocop rule to ban include ActionView::Context | Stan Hu | 2019-04-29 | 1 | -0/+45 |
* | Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reload | Kamil Trzciński | 2019-04-15 | 1 | -0/+60 |
* | Properly handle `ee` migration specs | Heinrich Lee Yu | 2019-03-28 | 1 | -0/+18 |
* | Fix detecting nested EE constants in RuboCop | Yorick Peterse | 2019-01-16 | 1 | -0/+35 |
* | Added Cop for injecting EE modules | Yorick Peterse | 2018-12-13 | 1 | -0/+133 |
* | Fix ActiveRecord::Migration deprecations | Yorick Peterse | 2018-12-12 | 3 | -10/+10 |
* | Make add_reference cop accept a hash for :index | Toon Claes | 2018-11-27 | 1 | -2/+10 |
* | Add cop prohibiting params argument in url_for47986-rubocop-safe-params | Jarka Košanová | 2018-11-22 | 1 | -0/+39 |
* | Add a new QA::ElementWithPattern cop | Rémy Coutable | 2018-10-15 | 1 | -0/+50 |
* | Applies the CE backport of EE#657 | Tiago Botelho | 2018-09-24 | 1 | -0/+28 |
* | Fix leading slash in redirects and add cop | Sanad Liaquat | 2018-09-21 | 1 | -0/+32 |
* | Added FromUnion to easily select from a UNION | Yorick Peterse | 2018-09-17 | 1 | -0/+25 |
* | Added RuboCop cops to enforce code reuse rules | Yorick Peterse | 2018-09-11 | 6 | -0/+642 |
* | Fix LineBreakAroundConditionalBlock cop for a conditional after rescue | Robert Speicher | 2018-09-05 | 1 | -0/+16 |
* | Minor renames for clarity | Jacopo | 2018-08-29 | 1 | -1/+1 |
* | Handles when ClassMethods is used inside a class | Jacopo | 2018-08-29 | 1 | -0/+11 |
* | Applies rule only when extending ActiveSupport::Concern | Jacopo | 2018-08-29 | 1 | -1/+22 |
* | Adds Rubocop rule to enforce class_methods over module ClassMethods | Jacopo | 2018-08-29 | 1 | -0/+66 |
* | Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18n | Bob Van Landuyt | 2018-08-25 | 1 | -0/+68 |
* | Whitelist existing destroy_all offensesblacklist-destroy-all | Yorick Peterse | 2018-08-16 | 1 | -3/+3 |
* | Blacklist the use of "destroy_all" | Yorick Peterse | 2018-08-16 | 1 | -0/+43 |
* | Add rubocop check for add_reference to require index. | Andreas Brandl | 2018-08-08 | 1 | -0/+54 |
* | Merge branch 'update-large-tables-cop' into 'master' | Grzegorz Bizon | 2018-06-22 | 1 | -0/+20 |
|\ |
|
| * | Disallow methods that copy data on large tables | Sean McGivern | 2018-06-19 | 1 | -0/+20 |
* | | Add a cop for `FinderMethods`bvl-finder-methods-cop | Bob Van Landuyt | 2018-06-20 | 1 | -0/+56 |
|/ |
|
* | Allow comment after if/unless clause46758-fallout-of-cacheable-attribute | Rémy Coutable | 2018-05-29 | 1 | -0/+12 |
* | Revert the addition of goldiloader | Yorick Peterse | 2018-04-18 | 1 | -74/+0 |
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 2 | -0/+201 |
* | Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipients | Sean McGivern | 2018-04-09 | 1 | -0/+74 |
* | Introduce a new FactoriesInMigrationSpecs cop | Rémy Coutable | 2018-04-06 | 1 | -0/+48 |
* | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6' | Douwe Maan | 2018-03-21 | 1 | -0/+74 |
* | Make sure it's not offending to use local ||= val | Lin Jen-Shin | 2018-01-13 | 1 | -0/+14 |
* | Introduce PredicateMemoization cop and fix offenses | Lin Jen-Shin | 2018-01-12 | 1 | -0/+86 |
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+411 |
* | Use gitlab-styles | Rémy Coutable | 2017-12-22 | 28 | -707/+75 |
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-12-15 | 3 | -0/+125 |
|\ |
|
| * | Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma... | Douwe Maan | 2017-12-13 | 2 | -0/+57 |
| * | Add cop for use of remove_columnadd-remove-column-cop | Sean McGivern | 2017-12-11 | 1 | -0/+68 |
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-11-22 | 3 | -44/+229 |
|\ \
| |/ |
|
| * | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' | Rémy Coutable | 2017-11-20 | 1 | -0/+160 |
| |\ |
|
| | * | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+160 |
| * | | Prevent update_column_in_batches on large tables | Sean McGivern | 2017-11-17 | 2 | -44/+69 |
| |/ |
|
* | | Move ModuleWithInstanceVariables to Gitlab namespace | Lin Jen-Shin | 2017-11-22 | 1 | -38/+2 |
* | | Updates based on feedback | Lin Jen-Shin | 2017-11-22 | 1 | -95/+87 |
* | | Allow initialize method and single ivar | Lin Jen-Shin | 2017-11-18 | 1 | -0/+29 |
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-11-06 | 3 | -0/+138 |
|\ \
| |/ |
|