summaryrefslogtreecommitdiff
path: root/spec/rubocop
Commit message (Expand)AuthorAgeFilesLines
...
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-0/+102
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-271-3/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+65
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-162-2/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-0/+48
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-011-0/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-0/+48
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-251-0/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-0/+39
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-0/+61
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-2928-0/+56
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-183-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+80
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-0/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-182-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-132-18/+120
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-132-0/+92
* Add Scalability/FileUploads copAlessio Caiazza2019-09-101-0/+54
* Fix InjectEnterpriseEditionModule cop for qa/Yorick Peterse2019-08-281-0/+19
* Replace it_behaves_like with include_examplesadd-rubocop-check-for-be-successVitali Tatarintev2019-08-281-8/+8
* Remove Rubocop::SpecHelper fileVitali Tatarintev2019-08-281-3/+0
* Inline shared examples for BeSuccessMatcherVitali Tatarintev2019-08-281-40/+31
* Refactor BeSuccessMatcher specs for readabilityVitali Tatarintev2019-08-281-33/+32
* Utilize Rubocop's Include for BeSuccessMatcherVitali Tatarintev2019-08-281-26/+8
* Add support of not_to/to_not to BeSuccessMatcherVitali Tatarintev2019-08-281-2/+18
* Refactor BeSuccessMatcher specsVitali Tatarintev2019-08-281-36/+25
* Replace double quotes with single quotesVitali Tatarintev2019-08-281-9/+9
* Enable frozen string literalVitali Tatarintev2019-08-281-0/+2
* Autocorrect `be_success` to `be_successful`Vitali Tatarintev2019-08-281-0/+10
* Add Rubocop check to avoid using `be_success`Vitali Tatarintev2019-08-281-0/+77
* Utilize RuboCop's Include/Exclude configPeter Leitzen2019-08-263-46/+8
* Adds cop to enforce string limits on migrationsMayra Cabrera2019-08-231-0/+268
* Add RSpec/TopLevelDescribePath copSean McGivern2019-08-011-0/+67
* Extend cop for verifying injecting of EE modulesYorick Peterse2019-07-301-42/+102
* Change element_with_pattern cop to not use quotesddavison2019-07-101-2/+2
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-0/+42
* Add a cop to ensure we authorize GraphQL typesBob Van Landuyt2019-06-211-0/+66
* Merge branch 'qa-extend-click-visit-actions' into 'master'Dan Davison2019-05-281-1/+10
|\
| * Implement dynamic validation on QA Pagesddavison2019-05-201-1/+10
* | Link to issue in CodeReuse/ActiveRecord messagelink-to-issue-in-code-reuse-active-record-rubocop-ruleLuke Duncalfe2019-05-221-3/+3
|/
* Add Rubocop rule to ban include ActionView::ContextStan Hu2019-04-291-0/+45
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-0/+60
* Properly handle `ee` migration specsHeinrich Lee Yu2019-03-281-0/+18
* Fix detecting nested EE constants in RuboCopYorick Peterse2019-01-161-0/+35
* Added Cop for injecting EE modulesYorick Peterse2018-12-131-0/+133
* Fix ActiveRecord::Migration deprecationsYorick Peterse2018-12-123-10/+10
* Make add_reference cop accept a hash for :indexToon Claes2018-11-271-2/+10
* Add cop prohibiting params argument in url_for47986-rubocop-safe-paramsJarka Košanová2018-11-221-0/+39
* Add a new QA::ElementWithPattern copRémy Coutable2018-10-152-0/+87