Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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