An error occurred fetching the project authors.
- 10 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
See #17478
-
- 09 Jun, 2016 1 commit
-
-
Sean McGivern authored
Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
-
- 04 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Jun, 2016 2 commits
-
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
See #17478
-
- 01 Jun, 2016 2 commits
-
-
Grzegorz Bizon authored
Do not use for, unless you know exactly why. See #17478
-
Grzegorz Bizon authored
See #17478
-
- 31 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 30 May, 2016 13 commits
-
-
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
-
Grzegorz Bizon authored
See #17478
-
Grzegorz Bizon authored
Use Unix-style line endings. See #17478.
-
Grzegorz Bizon authored
See #17478
-
- 25 May, 2016 2 commits
-
-
Robert Speicher authored
[ci skip]
-
Grzegorz Bizon authored
Closes #17406
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 23 May, 2016 9 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Almost all cops are starting as disabled until we can fix their violations.
-
Grzegorz Bizon authored
This enables multiple Rubocop cops that already conform to our codebase and do not require fixes.
-
Robert Speicher authored
-
Robert Speicher authored
-
Grzegorz Bizon authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 19 May, 2016 1 commit
-
-
Yorick Peterse authored
-
- 13 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 12 May, 2016 1 commit
-
-
Yorick Peterse authored
-
- 11 May, 2016 2 commits
-
-
Connor Shea authored
Also fix one use of `gsub` that would be faster as `delete`. Use `tr` instead of `gsub` when you are replacing the same number of characters. Use `delete` instead of `gsub` when you are deleting characters.
-
Connor Shea authored
Also fixes the errors caused by enabling the cop. casecmp is more performant than `.downcase` and `==`.
-
- 08 May, 2016 1 commit
-
-
Connor Shea authored
This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods.
-
- 28 Apr, 2016 1 commit
-
-
Connor Shea authored
This requires no code changes since it doesn't actually change anything in the codebase, just preventative.
-