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 (Expand)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
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
2018-02-13Port some RuboCop and doc changes from EERémy Coutable
2018-01-25Cache rubocop cache for CILin Jen-Shin
2017-12-26Require our own custom cops; Remove missing copsLin Jen-Shin
2017-12-22Use gitlab-stylesRémy Coutable
2017-12-15Backport changes from EELin Jen-Shin
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
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 'mas...Robert Speicher
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
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-08-11Fix cop descriptionRémy Coutable
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-08-03Disable the Rails/Delegate copRémy Coutable
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
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
2017-06-09Disable the Style/PreferredHashMethods copRémy Coutable
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
2017-05-19Add descriptions for the RSpec/EmptyExampleGroup and RSpec/ExpectOutput copsRémy Coutable
2017-05-18Merge branch 'rubocop-empty-example-group' into 'master'Robert Speicher
2017-05-18Enable the RSpec/ExpectOutput copRémy Coutable
2017-05-18Enable the RSpec/EmptyExampleGroup copRémy Coutable
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-01Enable `RSpec/DescribedClass` copRobert Speicher
2017-04-28Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher
2017-04-26Enable RSpec/FilePath copSean McGivern
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