| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-08 | style: improve Rubocop error handling. | Mike McQuaid | |
| - Check if the JSON is definitely invalid (< 2 characters) - Output the arguments that were passed to Rubocop | |||
| 2017-02-12 | Use constants for RuboCop version. | Markus Reiter | |
| 2017-01-27 | style: update rubocop to 0.47.1 | Dominyk Tiller | |
| 2016-11-20 | Replace Utils::JSON with corelib JSON calls. | William Woodruff | |
| 2016-11-13 | Update RuboCop to 0.45.0. | Markus Reiter | |
| 2016-10-22 | Update Rubocop style. | Mike McQuaid | |
| Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed. | |||
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-10-01 | Fix JSON output handling. | Mike McQuaid | |
| 2016-10-01 | Use Library/.rubocop.yml file. | Mike McQuaid | |
| This allows having a shared style that’s use for Homebrew/brew and taps which can be overridden by Homebrew/brew. | |||
| 2016-09-29 | `cd` to `HOMEBREW_LIBRARY` is not needed anymore for RuboCop. | Markus Reiter | |
| 2016-09-29 | Use separate `.rubocop.yml` in `Library/Taps` and `Library/Homebrew`. | Markus Reiter | |
| 2016-09-29 | Use separate RuboCop configs for formulae and core code. | Markus Reiter | |
| 2016-09-23 | RuboCop has to be run inside `HOMEBREW_LIBRARY`. | Markus Reiter | |
| 2016-09-23 | Update `rubocop` dependency to `0.43.0`. | Markus Reiter | |
| 2016-09-19 | style: no args default to Library/Homebrew. | Mike McQuaid | |
| 2016-09-19 | style: don't require HOMEBREW_DEVELOPER to fix. | Mike McQuaid | |
| 2016-09-19 | style: allow passing taps as arguments. | Mike McQuaid | |
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-07-16 | audit: prevent crash from nil exitstatus (#532) | Margaret Lewicka | |
| If rubocop invocation from brew audit exits with nil exitstatus, brew audit fails with 'undefined method `>' for nil:NilClass'. | |||
| 2016-07-12 | style: use RuboCop 0.41.2, adjust defaults (#489) | Martin Afanasjew | |
| Changes to our style configuration: - Consolidate all rules related to Ruby 1.8 compatibility in one place. - Codify our de-facto preference for `alias_method` over `alias` (drops offense count by 54 after turning this on). - Drop `Style/SignalException` as `only_raise` has been the new default for quite a while (since RuboCop 0.37.0). | |||
| 2016-07-04 | style: use RuboCop 0.41.1 (#433) | Martin Afanasjew | |
| Tweak `Style/NumericLiteralPrefix` cop settings as we're using octal literals a lot (both in formulae and the package manager) for file permissions and aren't ready just yet to transition them to the more beginner-friendly `0o` prefix (instead of the more obscure `0` prefix). | |||
| 2016-06-01 | style: use RuboCop 0.40 | Martin Afanasjew | |
| 2016-04-21 | brew-audit: pull style checks in to main audit output | Andrew Janke | |
| This collects all violations for each formula in a single place, instead of doing `brew style` outputs for all formulae first, and then the other audit checks. Closes #112. Signed-off-by: Andrew Janke <andrew@apjanke.net> | |||
| 2016-04-14 | style: use rubocop 0.39 | Dominyk Tiller | |
| (#85) | |||
| 2016-02-13 | style: update rubocop to 0.37.2 | Dominyk Tiller | |
| Closes Homebrew/homebrew#49084. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2016-01-17 | Rubocop: upgrade to version 0.36.0 | Bob W. Hogg | |
| Stop using Style/TrailingComma as it is no longer recognized and start using Style/TrailingCommaInArguments and Style/TrailingCommaInLiteral instead. Closes Homebrew/homebrew#48144. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-11-10 | rubocop: update to 0.35.1 | Dominyk Tiller | |
| 2015-09-24 | style: update rubocop to 0.34.2 | Dominyk Tiller | |
| 2015-09-09 | style: update rubocop | Dominyk Tiller | |
| 2015-09-08 | style: update to rubocop 0.34.0. | Tomasz Pajor | |
| Closes Homebrew/homebrew#43650. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-06 | update rubocop to 0.33.0 | Xu Cheng | |
| 2015-08-06 | style: allow passing arbitrary file paths | Xu Cheng | |
| 2015-08-03 | Don't try to Rubocop vendored files. | Mike McQuaid | |
| 2015-06-25 | style: bump rubocop to 0.32.1 | Dominyk Tiller | |
| Closes Homebrew/homebrew#41049. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-06-09 | style: bump rubocop to 0.32.0 | Dominyk Tiller | |
| Closes Homebrew/homebrew#40506. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-14 | Install specific Rubocop version. | Mike McQuaid | |
| Closes Homebrew/homebrew#39620. | |||
| 2015-03-13 | brew style: --fix to auto-correct issues. | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37670. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-05 | style: explicitly point to config file. | Mike McQuaid | |
| Closes Homebrew/homebrew#35556. | |||
| 2015-01-04 | style: run Rubocop on formulae (new command) | Mike McQuaid | |
