Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot e293789223 Add latest changes from gitlab-org/gitlab@master 2021-03-05 15:09:12 +00:00
GitLab Bot 5460c19548 Add latest changes from gitlab-org/gitlab@master 2020-10-05 12:08:47 +00:00
GitLab Bot e2d4a6dedb Add latest changes from gitlab-org/gitlab@master 2020-05-14 00:07:47 +00:00
GitLab Bot 0d6fa03312 Add latest changes from gitlab-org/gitlab@master 2020-02-06 18:08:54 +00:00
gfyoung 73322a0e55 Enable frozen string in app/controllers/**/*.rb
Enables frozen string for the following:

* app/controllers/*.rb
* app/controllers/admin/**/*.rb
* app/controllers/boards/**/*.rb
* app/controllers/ci/**/*.rb
* app/controllers/concerns/**/*.rb

Partially addresses #47424.
2018-09-18 21:22:45 -07:00
Yorick Peterse 2039c8280d
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
Matija Čupić 5976410be2
Refactor UserCalloutsController enum check 2018-02-05 14:48:28 +01:00
Matija Čupić 20714ee902
Change UserCallout feautre_name to enum 2018-02-03 00:18:25 +01:00
Matija Čupić 648826721f
Rename Callout to UserCallout 2018-02-02 22:51:03 +01:00