summaryrefslogtreecommitdiff
path: root/rubocop/cop
Commit message (Expand)AuthorAgeFilesLines
* Add RSpec/TopLevelDescribePath copSean McGivern2019-08-011-0/+35
* Extend cop for verifying injecting of EE modulesYorick Peterse2019-07-301-7/+41
* Change element_with_pattern cop to not use quotesddavison2019-07-101-1/+1
* Introduce data-qa-selector to supplant .qa-classddavison2019-07-101-1/+1
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-0/+51
* Add a cop to ensure we authorize GraphQL typesBob Van Landuyt2019-06-211-0/+61
* Merge branch 'qa-extend-click-visit-actions' into 'master'Dan Davison2019-05-281-7/+13
|\
| * Implement dynamic validation on QA Pagesddavison2019-05-201-7/+13
* | Link to issue in CodeReuse/ActiveRecord messagelink-to-issue-in-code-reuse-active-record-rubocop-ruleLuke Duncalfe2019-05-221-1/+2
|/
* Upgrade to Rubocop 0.68.1Stan Hu2019-05-051-2/+2
* Add Rubocop rule to ban include ActionView::ContextStan Hu2019-04-291-0/+31
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-0/+21
* Properly handle `ee` migration specsHeinrich Lee Yu2019-03-281-1/+1
* Fix detecting nested EE constants in RuboCopYorick Peterse2019-01-161-3/+7
* Added Cop for injecting EE modulesYorick Peterse2018-12-131-0/+47
* Make add_reference cop accept a hash for :indexToon Claes2018-11-271-2/+7
* Add cop prohibiting params argument in url_for47986-rubocop-safe-paramsJarka Košanová2018-11-221-0/+34
* Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-noneDouglas Barbosa Alexandre2018-10-311-1/+0
* Add a new QA::ElementWithPattern copRémy Coutable2018-10-151-0/+39
* Applies the CE backport of EE#657Tiago Botelho2018-09-241-0/+22
* Fix leading slash in redirects and add copSanad Liaquat2018-09-211-0/+52
* Remove unused constantbvl-remove-unused-regexBob Van Landuyt2018-09-191-1/+0
* Added FromUnion to easily select from a UNIONYorick Peterse2018-09-171-0/+27
* Added RuboCop cops to enforce code reuse rulesYorick Peterse2018-09-116-0/+386
* Fix LineBreakAroundConditionalBlock cop for a conditional after rescueRobert Speicher2018-09-051-1/+6
* Minor renames for clarityJacopo2018-08-291-2/+2
* Handles when ClassMethods is used inside a classJacopo2018-08-291-2/+4
* Fixes rubocop chain ordinary method after safe navigation operatorJacopo2018-08-291-2/+5
* Applies rule only when extending ActiveSupport::ConcernJacopo2018-08-291-2/+22
* Adds Rubocop rule to enforce class_methods over module ClassMethodsJacopo2018-08-291-0/+48
* Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18nBob Van Landuyt2018-08-252-0/+35
* Blacklist the use of "destroy_all"Yorick Peterse2018-08-161-0/+22
* Add rubocop check for add_reference to require index.Andreas Brandl2018-08-081-0/+49
* Update rubocop to get rid of a warning in other MRLin Jen-Shin2018-07-091-0/+2
* Merge branch 'update-large-tables-cop' into 'master'Grzegorz Bizon2018-06-221-2/+13
|\
| * Add more large tables to copupdate-large-tables-copSean McGivern2018-06-221-1/+5
| * Disallow methods that copy data on large tablesSean McGivern2018-06-191-1/+8
* | Add a cop for `FinderMethods`bvl-finder-methods-copBob Van Landuyt2018-06-201-0/+52
|/
* Allow comment after if/unless clause46758-fallout-of-cacheable-attributeRémy Coutable2018-05-291-1/+1
* Revert the addition of goldiloaderYorick Peterse2018-04-181-45/+0
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-183-2/+127
* Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-0/+45
* Introduce a new FactoriesInMigrationSpecs copRémy Coutable2018-04-061-0/+40
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-0/+62
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-0/+39
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+119
* Use gitlab-stylesRémy Coutable2017-12-2230-469/+28
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-153-0/+86
|\
| * Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma...Douwe Maan2017-12-132-0/+56