| Commit message (Expand) | Author | Age | Files | Lines |
* | Add cop prohibiting params argument in url_for47986-rubocop-safe-params | Jarka Košanová | 2018-11-22 | 1 | -0/+34 |
* | Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-none | Douglas Barbosa Alexandre | 2018-10-31 | 1 | -1/+0 |
* | Add a new QA::ElementWithPattern cop | Rémy Coutable | 2018-10-15 | 1 | -0/+39 |
* | Applies the CE backport of EE#657 | Tiago Botelho | 2018-09-24 | 1 | -0/+22 |
* | Fix leading slash in redirects and add cop | Sanad Liaquat | 2018-09-21 | 1 | -0/+52 |
* | Remove unused constantbvl-remove-unused-regex | Bob Van Landuyt | 2018-09-19 | 1 | -1/+0 |
* | Added FromUnion to easily select from a UNION | Yorick Peterse | 2018-09-17 | 1 | -0/+27 |
* | Added RuboCop cops to enforce code reuse rules | Yorick Peterse | 2018-09-11 | 6 | -0/+386 |
* | Fix LineBreakAroundConditionalBlock cop for a conditional after rescue | Robert Speicher | 2018-09-05 | 1 | -1/+6 |
* | Minor renames for clarity | Jacopo | 2018-08-29 | 1 | -2/+2 |
* | Handles when ClassMethods is used inside a class | Jacopo | 2018-08-29 | 1 | -2/+4 |
* | Fixes rubocop chain ordinary method after safe navigation operator | Jacopo | 2018-08-29 | 1 | -2/+5 |
* | Applies rule only when extending ActiveSupport::Concern | Jacopo | 2018-08-29 | 1 | -2/+22 |
* | Adds Rubocop rule to enforce class_methods over module ClassMethods | Jacopo | 2018-08-29 | 1 | -0/+48 |
* | Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18n | Bob Van Landuyt | 2018-08-25 | 2 | -0/+35 |
* | Blacklist the use of "destroy_all" | Yorick Peterse | 2018-08-16 | 1 | -0/+22 |
* | Add rubocop check for add_reference to require index. | Andreas Brandl | 2018-08-08 | 1 | -0/+49 |
* | Update rubocop to get rid of a warning in other MR | Lin Jen-Shin | 2018-07-09 | 1 | -0/+2 |
* | Merge branch 'update-large-tables-cop' into 'master' | Grzegorz Bizon | 2018-06-22 | 1 | -2/+13 |
|\ |
|
| * | Add more large tables to copupdate-large-tables-cop | Sean McGivern | 2018-06-22 | 1 | -1/+5 |
| * | Disallow methods that copy data on large tables | Sean McGivern | 2018-06-19 | 1 | -1/+8 |
* | | Add a cop for `FinderMethods`bvl-finder-methods-cop | Bob Van Landuyt | 2018-06-20 | 1 | -0/+52 |
|/ |
|
* | Allow comment after if/unless clause46758-fallout-of-cacheable-attribute | Rémy Coutable | 2018-05-29 | 1 | -1/+1 |
* | Revert the addition of goldiloader | Yorick Peterse | 2018-04-18 | 1 | -45/+0 |
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 3 | -2/+127 |
* | 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/+45 |
* | Introduce a new FactoriesInMigrationSpecs cop | Rémy Coutable | 2018-04-06 | 1 | -0/+40 |
* | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6' | Douwe Maan | 2018-03-21 | 1 | -0/+62 |
* | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 1 | -1/+1 |
* | Introduce PredicateMemoization cop and fix offenses | Lin Jen-Shin | 2018-01-12 | 1 | -0/+39 |
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+119 |
* | Use gitlab-styles | Rémy Coutable | 2017-12-22 | 30 | -469/+28 |
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-12-15 | 3 | -0/+86 |
|\ |
|
| * | Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma... | Douwe Maan | 2017-12-13 | 2 | -0/+56 |
| * | Add cop for use of remove_columnadd-remove-column-cop | Sean McGivern | 2017-12-11 | 1 | -0/+30 |
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-11-22 | 2 | -10/+112 |
|\ \
| |/ |
|
| * | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' | Rémy Coutable | 2017-11-20 | 1 | -0/+100 |
| |\ |
|
| | * | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+100 |
| * | | Prevent update_column_in_batches on large tables | Sean McGivern | 2017-11-17 | 1 | -10/+12 |
| |/ |
|
* | | Move ModuleWithInstanceVariables to Gitlab namespace | Lin Jen-Shin | 2017-11-22 | 2 | -82/+63 |
* | | Explain how to disable it in the doc | Lin Jen-Shin | 2017-11-22 | 1 | -3/+0 |
* | | Updates based on feedback | Lin Jen-Shin | 2017-11-22 | 1 | -4/+2 |
* | | Allow initialize method and single ivar | Lin Jen-Shin | 2017-11-18 | 1 | -3/+17 |
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-11-06 | 3 | -7/+145 |
|\ \
| |/ |
|
| * | Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specs18765-stub_env_in_specs | Rémy Coutable | 2017-10-18 | 1 | -0/+58 |
| * | Also warn on timestamp in datetime migration copfix-timestampz-cop | Sean McGivern | 2017-10-10 | 1 | -7/+13 |
| * | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 1 | -0/+74 |
* | | Allow simple ivar ||= form. Update accordingly | Lin Jen-Shin | 2017-09-19 | 1 | -2/+20 |
* | | Add cop to make sure we don't use ivar in a module | Lin Jen-Shin | 2017-09-18 | 1 | -0/+55 |
|/ |
|
* | Add SaferBooleanColumn cop | Michael Kozono | 2017-08-14 | 1 | -0/+94 |