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
2016-04-20Backport select_helper from EEValery Sizov
2016-04-11Decrease threshold for ABC Size metric in RubocopGrzegorz Bizon
To 60.
2016-03-21Update Rubocop from 0.35.1 to 0.38.0.connorshea
Discussed in #14233. See [their releases](https://github.com/bbatsov/rubocop/releases) for more info. Changes: - Enable DisplayCopNames for lint output. - Default behavior for `Alias` changed, set to enforce `prefer_alias_method`. - Enabling Rails cops changed to new syntax. - Remove StyleGuides and move Descriptions to comments. - Add missing cops. - Add TODOs for cops that should be enabled in the future. - Set TargetRubyVersion to 2.1.
2015-12-15Disabled Rails/Date copGabriel Mazetto
2015-12-15Updated .rubocop.yml to match 0.35.x changesGabriel Mazetto
2015-12-08Bump cyclomatic and perceived complexity threshold by oneGrzegorz Bizon
2015-12-08Enable rubocop metricsGrzegorz Bizon
This enables rubocop metrics like CyclomaticComplexity and ABCSize. Initial threshold values are high, should be probably decreased.
2015-11-25Enable the Lint/RescueException copRobert Speicher
2015-10-03Enable "UselessAssignment" rubocop lintGuilherme Garnier
2015-09-16fix rubocopValery Sizov
2015-09-15fix specs. Stage 5Valery Sizov
2015-06-22Enable rubocop for tests tooDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-04-15No tabs in code!Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-03-25Style/RedundantReturn enabledDmitriy Zaporozhets
2015-03-25Enable more rubocop style checksDmitriy Zaporozhets
2015-03-03Enable ParenthesesAsGroupedExpression ruleDmitriy Zaporozhets
2015-02-03Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets
2015-02-03Rubocop: no trailing newlinesDmitriy Zaporozhets
2015-02-03Rubocop: Dont allow puts or print to stdoutDmitriy Zaporozhets
2015-02-03Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets
2015-02-03Rubocop: comment indentationDmitriy Zaporozhets
2015-02-03More rubocop rules enableDmitriy Zaporozhets
2015-02-03Rubocop: Style/CaseIndentation enabledDmitriy Zaporozhets
2015-02-03Avoid using {...} for multi-line blocksDmitriy Zaporozhets
2015-02-03Rubocop: Ascii restrictionsDmitriy Zaporozhets
2015-02-03Rubocop: Style/AlignHash enabledDmitriy Zaporozhets
2015-02-03Rubocop: Style/AlignArray enabledDmitriy Zaporozhets
2015-02-03Rubocop: Style/Alias enabledDmitriy Zaporozhets
2015-02-03Rubocop: Style/AccessorMethodName enabledDmitriy Zaporozhets
2015-02-03Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets
2015-02-03Convert hashes to ruby 1.9 styleDmitriy Zaporozhets
2015-02-03At first disable all checks. We will enable it one by one laterDmitriy Zaporozhets
2015-02-03Add rubocop and remove rails_best_practices gemDmitriy Zaporozhets