summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '31362_decrease_cyclomatic_complexity_threshold_step2' into 'mas...Robert Speicher2017-08-291-1/+1
|\
| * Decrease Metrics/CyclomaticComplexity threshold to 15Maxim Rydkin2017-08-291-1/+1
* | exclude spec/ and features/ from `Style/PredicateName` copMaxim Rydkin2017-08-291-0/+12
|/
* Update rubocop-gitlab-security to 0.1.0rs-update-rubocop-gitlab-securityRobert Speicher2017-08-281-0/+4
* Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-5/+9
|\
| * Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-5/+9
* | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-0/+4
|/
* Fix cop descriptionRémy Coutable2017-08-111-3/+2
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-0/+5
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-0/+7
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-0/+33
* Disable the Rails/Delegate copRémy Coutable2017-08-031-1/+2
* Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1Takuya Noguchi2017-08-011-195/+257
* Decrease ABC threshold to 56.96Maxim Rydkin2017-07-241-1/+1
* Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-copsRémy Coutable2017-06-301-0/+10
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-0/+5
* Enable RSpec/SingleLineHook copRobert Speicher2017-06-141-1/+1
* Add a custom RSpec/SingleLineHook copRobert Speicher2017-06-141-0/+7
* Disable the Style/PreferredHashMethods copdisable-Style/PreferredHashMethods-copRémy Coutable2017-06-091-1/+1
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-0/+9
* Add descriptions for the RSpec/EmptyExampleGroup and RSpec/ExpectOutput copsadd-cop-descriptionsRémy Coutable2017-05-191-1/+2
* Merge branch 'rubocop-empty-example-group' into 'master'Robert Speicher2017-05-181-0/+6
|\
| * Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-groupRémy Coutable2017-05-181-0/+6
* | Enable the RSpec/ExpectOutput coprubocop-expect-outputRémy Coutable2017-05-181-0/+3
|/
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-0/+5
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+2
* Enable `RSpec/DescribedClass` copRobert Speicher2017-05-011-1/+1
* Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher2017-04-281-4/+6
|\
| * Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-4/+6
* | Decrease ABC threshold to 57.08Maxim Rydkin2017-04-261-1/+1
* | Decrease Cyclomatic Complexity threshold to 16Maxim Rydkin2017-04-261-1/+1
|/
* Enable RSpec/DescribeSymbol; update .rubocop_todo.ymlRobert Speicher2017-04-071-0/+4
* Enable Style/Proc cop for rubocopmhasbini2017-04-021-0/+4
* Ignore builds dir when run rubocop checkdz-rubocop-skip-buildsDmitriy Zaporozhets2017-02-281-0/+1
* Merge branch 'enable-rspec-be_eql-cop' into 'master' Robert Speicher2017-02-231-1/+1
|\
| * Enable the RSpec/BeEql copenable-rspec-be_eql-copRémy Coutable2017-02-231-1/+1
* | Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-5/+0
* | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-1/+1
* | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-4/+0
* | Exclude migrations from Style/MutableConstantDouwe Maan2017-02-231-0/+3
* | Add explanations to copsDouwe Maan2017-02-231-0/+61
* | Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan2017-02-231-4/+4
* | Order cops alphabeticallyDouwe Maan2017-02-231-121/+123
* | Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-7/+14
* | Enable Rails/DelegateDouwe Maan2017-02-231-1/+1
* | Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* | Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-1/+1
* | Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-1/+2
* | Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-1/+1
* | Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1