- 30 May, 2016 40 commits
-
-
Robert Speicher authored
Fix typo Add missing "of" to CI YAML docs. [ci skip] See merge request !4331
-
Robert Speicher authored
Fix various documentation typos and spelling mistakes [ci skip] See merge request !4345
-
Robert Speicher authored
Add missing steps in update docs Fixes #18009 [ci skip] See merge request !4365
-
Robert Speicher authored
Enable Style/SpaceBeforeComma rubocop cop No spaces before commas. See #17478 See merge request !4360
-
Robert Speicher authored
Enable Performance/TimesMap Rubocop cop Use Array.new with a block instead of `.times.collect` / `.times.map`. See #17478 See merge request !4357
-
Robert Speicher authored
Enable Style/NegatedIf Rubocop cop Favor `unless` over `if` for negative conditions (or control flow ||). ```ruby # bad do_something if !some_condition # bad do_something if not some_condition # good do_something unless some_condition # good some_condition || do_something ``` See #17478 See merge request !4355
-
Robert Speicher authored
Enable Lint/LiteralInCondition rubocop cop Detects literals used in conditions. See #17478 See merge request !4354
-
Robert Speicher authored
Enable Style/MultilineIfThen rubocop cop Do not use then for multi-line if. See #7478. See merge request !4353
-
Robert Speicher authored
Enable Style/MethodDefParentheses rubocop cop Use def with parentheses when there are parameters. See #17478 See merge request !4352
-
Robert Speicher authored
Enable Style/IndentAssignment Rubocop style cop Checks the indentation of the first line of the right-hand-side of a multi-line assignment. See #17478 See merge request !4348
-
Robert Speicher authored
Enable Style/WhileUntilDo rubocop style cop Checks for redundant `do` after `while` or `until`. See #17478 See merge request !4350
-
Robert Speicher authored
Enable Style/EndOfLine Rubocop style cop Use Unix-style line endings. Removed carriage return character from end of each line in `app/controllers/projects/find_file_controller.rb` See #17478 See merge request !4347
-
Robert Speicher authored
Enable Lint/BlockAlignment Rubocop cop See #17478 See merge request !4346
-
Robert Speicher authored
Enable Style/RedundantParentheses rubocop cop Checks for parentheses that seem not to serve any purpose. See #17478 See merge request !4361
-
Robert Speicher authored
Enable Style/SpaceBeforeComment rubocop cop See #17478 See merge request !4358
-
Robert Speicher authored
Enable Style/SpaceAfterMethodName rubocop cop Do not put a space between a method name and the opening parenthesis in a method definition. See #17478 See merge request !4359
-
Arian Sameni authored
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
No spaces before commas. See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use Array.new with a block instead of `.times.collect` / `.times.map`. See #17478
-
Grzegorz Bizon authored
Favor `unless` over `if` for negative conditions (or control flow ||). See #17478
-
Grzegorz Bizon authored
Checks of literals used in conditions. See #17478
-
Grzegorz Bizon authored
Do not use then for multi-line if. See #7478.
-
Grzegorz Bizon authored
Use def with parentheses when there are parameters. See #17478
-
Grzegorz Bizon authored
See #17478
-
Yorick Peterse authored
Add DB index on users.state See merge request !4336
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use Unix-style line endings. See #17478.
-
Grzegorz Bizon authored
See #17478
-
Stan Hu authored
Closes #17920
-
Chris Spicer authored
-
Chris Spicer authored
-
Chris Spicer authored
-
Chris Spicer authored
-
Chris Spicer authored
-
Chris Spicer authored
-
Chris Spicer authored
-
Chris Spicer authored
-