| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RSpec/TopLevelDescribePath cop | Sean McGivern | 2019-08-01 | 2 | -0/+36 |
* | Extend cop for verifying injecting of EE modules | Yorick Peterse | 2019-07-30 | 1 | -7/+41 |
* | Change element_with_pattern cop to not use quotes | ddavison | 2019-07-10 | 1 | -1/+1 |
* | Introduce data-qa-selector to supplant .qa-class | ddavison | 2019-07-10 | 1 | -1/+1 |
* | Add a rubocop for Rails.logger | Mayra Cabrera | 2019-07-10 | 2 | -0/+52 |
* | Add a cop to ensure we authorize GraphQL types | Bob Van Landuyt | 2019-06-21 | 2 | -0/+62 |
* | Merge branch 'qa-extend-click-visit-actions' into 'master' | Dan Davison | 2019-05-28 | 1 | -7/+13 |
|\ |
|
| * | Implement dynamic validation on QA Pages | ddavison | 2019-05-20 | 1 | -7/+13 |
* | | Link to issue in CodeReuse/ActiveRecord messagelink-to-issue-in-code-reuse-active-record-rubocop-rule | Luke Duncalfe | 2019-05-22 | 1 | -1/+2 |
|/ |
|
* | Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ce | Stan Hu | 2019-05-05 | 1 | -1/+0 |
* | Upgrade to Rubocop 0.68.1 | Stan Hu | 2019-05-05 | 1 | -2/+2 |
* | Cache current working directory to speed up Rubocopsh-cache-rubocop-cwd | Stan Hu | 2019-05-03 | 2 | -3/+5 |
* | Add Rubocop rule to ban include ActionView::Context | Stan Hu | 2019-04-29 | 2 | -0/+32 |
* | Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reload | Kamil Trzciński | 2019-04-15 | 2 | -0/+22 |
* | Properly handle `ee` migration specs | Heinrich Lee Yu | 2019-03-28 | 1 | -1/+1 |
* | Merge branch 'fix-rubocop-ee-module-injection-detection' into 'master' | Rémy Coutable | 2019-01-16 | 1 | -3/+7 |
|\ |
|
| * | Fix detecting nested EE constants in RuboCop | Yorick Peterse | 2019-01-16 | 1 | -3/+7 |
* | | Prevent factories in background migration specs | Bob Van Landuyt | 2019-01-16 | 1 | -3/+8 |
|/ |
|
* | Added Cop for injecting EE modules | Yorick Peterse | 2018-12-13 | 2 | -0/+48 |
* | Make add_reference cop accept a hash for :index | Toon Claes | 2018-11-27 | 1 | -2/+7 |
* | Add cop prohibiting params argument in url_for47986-rubocop-safe-params | Jarka Košanová | 2018-11-22 | 2 | -0/+35 |
* | 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 | 3 | -0/+51 |
* | Applies the CE backport of EE#657 | Tiago Botelho | 2018-09-24 | 2 | -0/+23 |
* | Fix leading slash in redirects and add cop | Sanad Liaquat | 2018-09-21 | 2 | -0/+53 |
* | 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 | 2 | -0/+28 |
* | Added RuboCop cops to enforce code reuse rules | Yorick Peterse | 2018-09-11 | 8 | -0/+548 |
* | 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 | 2 | -0/+49 |
* | Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18n | Bob Van Landuyt | 2018-08-25 | 3 | -0/+36 |
* | Blacklist the use of "destroy_all" | Yorick Peterse | 2018-08-16 | 2 | -0/+23 |
* | Add rubocop check for add_reference to require index. | Andreas Brandl | 2018-08-08 | 2 | -0/+50 |
* | 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 | 2 | -0/+53 |
|/ |
|
* | Allow comment after if/unless clause46758-fallout-of-cacheable-attribute | Rémy Coutable | 2018-05-29 | 1 | -1/+1 |
* | Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the w... | Rémy Coutable | 2018-04-23 | 1 | -1/+1 |
* | Revert the addition of goldiloader | Yorick Peterse | 2018-04-18 | 2 | -47/+1 |
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 4 | -2/+129 |
* | Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipients | Sean McGivern | 2018-04-09 | 2 | -1/+47 |
* | Introduce a new FactoriesInMigrationSpecs cop | Rémy Coutable | 2018-04-06 | 3 | -1/+53 |
* | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6' | Douwe Maan | 2018-03-21 | 2 | -0/+63 |
* | [CE] Add Naming/FileName rule checking expected class/module per filename | Gabriel Mazetto | 2018-03-08 | 1 | -0/+1 |