Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6' | Douwe Maan | 2018-03-21 | 1 | -0/+3 |
| | | | | | Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337 | ||||
* | [CE] Add Naming/FileName rule checking expected class/module per filename | Gabriel Mazetto | 2018-03-08 | 1 | -0/+72 |
| | |||||
* | Exclude plugins dir from rubocop and codeclimate config | Dmitriy Zaporozhets | 2018-02-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Port some RuboCop and doc changes from EE | Rémy Coutable | 2018-02-13 | 1 | -2/+26 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Cache rubocop cache for CI42338-rubocop-cache | Lin Jen-Shin | 2018-01-25 | 1 | -0/+1 |
| | |||||
* | Require our own custom cops; Remove missing cops41480-require-custom-cops | Lin Jen-Shin | 2017-12-26 | 1 | -0/+3 |
| | | | | Also try to use the same config from EE | ||||
* | Use gitlab-styles | Rémy Coutable | 2017-12-22 | 1 | -1212/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Backport changes from EE | Lin Jen-Shin | 2017-12-15 | 1 | -2/+2 |
| | |||||
* | Move ModuleWithInstanceVariables to Gitlab namespace | Lin Jen-Shin | 2017-11-22 | 1 | -1/+14 |
| | | | | | And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude. | ||||
* | Decrease ABC threshold to 54.28 | Maxim Rydkin | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | Decrease Perceived Complexity threshold to 14 | Maxim Rydkin | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Decrease Perceived Complexity threshold to 15 | Maxim Rydkin | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Decrease Cyclomatic Complexity threshold to 13 | Maxim Rydkin | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | refactor `app/helpers/projects_helper.rb:21:3` | Maxim Rydkin | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Decrease ABC threshold to 55.25 | Maxim Rydkin | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Decrease Metrics/PerceivedComplexity threshold to 17 | Maxim Rydkin | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Merge branch '31362_decrease_cyclomatic_complexity_threshold_step2' into ↵ | Robert Speicher | 2017-08-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | 'master' Decrease Metrics/CyclomaticComplexity threshold to 15 See merge request !13905 | ||||
| * | Decrease Metrics/CyclomaticComplexity threshold to 15 | Maxim Rydkin | 2017-08-29 | 1 | -1/+1 |
| | | |||||
* | | exclude spec/ and features/ from `Style/PredicateName` cop | Maxim Rydkin | 2017-08-29 | 1 | -0/+12 |
|/ | |||||
* | Update rubocop-gitlab-security to 0.1.0rs-update-rubocop-gitlab-security | Robert Speicher | 2017-08-28 | 1 | -0/+4 |
| | |||||
* | Merge branch 'rs-more-public-send-whitelists' into 'master' | Rémy Coutable | 2017-08-16 | 1 | -5/+9 |
|\ | | | | | | | | | Whitelist or fix additional `Gitlab/PublicSend` cop violations See merge request !13467 | ||||
| * | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 1 | -5/+9 |
| | | | | | | | | | | An upcoming update to rubocop-gitlab-security added additional violations. | ||||
* | | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -0/+4 |
|/ | |||||
* | Fix cop description | Rémy Coutable | 2017-08-11 | 1 | -3/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the RSpec/HookArgument cop and auto-correct offenses | Robert Speicher | 2017-08-10 | 1 | -0/+5 |
| | |||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -0/+7 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Re-enable SqlInjection and CommandInjection | Brian Neel | 2017-08-08 | 1 | -0/+33 |
| | |||||
* | Disable the Rails/Delegate cop | Rémy Coutable | 2017-08-03 | 1 | -1/+2 |
| | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/35869 for the rationale. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1 | Takuya Noguchi | 2017-08-01 | 1 | -195/+257 |
| | |||||
* | Decrease ABC threshold to 56.96 | Maxim Rydkin | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-cops | Rémy Coutable | 2017-06-30 | 1 | -0/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -0/+5 |
| | |||||
* | Enable RSpec/SingleLineHook cop | Robert Speicher | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Add a custom RSpec/SingleLineHook cop | Robert Speicher | 2017-06-14 | 1 | -0/+7 |
| | | | | | This cop adds an offense when `before`, `after`, or `around` are used as single-line blocks. | ||||
* | Disable the Style/PreferredHashMethods copdisable-Style/PreferredHashMethods-cop | Rémy Coutable | 2017-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-cop | Rémy Coutable | 2017-06-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add descriptions for the RSpec/EmptyExampleGroup and RSpec/ExpectOutput copsadd-cop-descriptions | Rémy Coutable | 2017-05-19 | 1 | -1/+2 |
| | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'rubocop-empty-example-group' into 'master' | Robert Speicher | 2017-05-18 | 1 | -0/+6 |
|\ | | | | | | | | | Enable the RSpec/EmptyExampleGroup cop See merge request !11497 | ||||
| * | Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-group | Rémy Coutable | 2017-05-18 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Enable the RSpec/ExpectOutput coprubocop-expect-output | Rémy Coutable | 2017-05-18 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/TrailingCommaInArguments cop | Rémy Coutable | 2017-05-10 | 1 | -0/+5 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+2 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable `RSpec/DescribedClass` cop | Robert Speicher | 2017-05-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'enable-spec-file-name-cop' into 'master' | Robert Speicher | 2017-04-28 | 1 | -4/+6 |
|\ | | | | | | | | | | | | | Enable RSpec/FilePath cop Closes #31316 See merge request !10911 | ||||
| * | Enable RSpec/FilePath copenable-spec-file-name-cop | Sean McGivern | 2017-04-26 | 1 | -4/+6 |
| | | | | | | | | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first | ||||
* | | Decrease ABC threshold to 57.08 | Maxim Rydkin | 2017-04-26 | 1 | -1/+1 |
| | | |||||
* | | Decrease Cyclomatic Complexity threshold to 16 | Maxim Rydkin | 2017-04-26 | 1 | -1/+1 |
|/ | |||||
* | Enable RSpec/DescribeSymbol; update .rubocop_todo.yml | Robert Speicher | 2017-04-07 | 1 | -0/+4 |
| | |||||
* | Enable Style/Proc cop for rubocop | mhasbini | 2017-04-02 | 1 | -0/+4 |
| | |||||
* | Ignore builds dir when run rubocop checkdz-rubocop-skip-builds | Dmitriy Zaporozhets | 2017-02-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |