aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
AgeCommit message (Expand)Author
2018-02-01docs: add more missing option descriptionsEricFromCanada
2018-01-15rubocop 0.52.1Mike McQuaid
2018-01-07Use parser 2.4.0.0Mike McQuaid
2017-10-10Set RuboCop maximum to current maximum.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-09-20audit: Use version pinned by brew while executing rubocop cliGautham Goli
2017-07-18Add a rubocop config file to control cops' execution in audit and styleGautham Goli
2017-07-15style: disable NewFormulaAudit cops' execution by default unless specifiedGautham Goli
2017-07-07Merge pull request #2853 from GauthamGoli/disable-strict-cops-brew-styleMike McQuaid
2017-07-03style: Don't run FormulaAuditStrict cops when `brew style some_formula` cmd i...Gautham Goli
2017-06-30audit: Don't run audit methods when `--only-cops` is passedGautham Goli
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-03Fix `rubocop` in `brew audit`.Markus Reiter
2017-05-29Use parallel RuboCopMike McQuaid
2017-05-29Use `XDG_CACHE_HOME` for RuboCop.Markus Reiter
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
2017-05-03style: fix audit --onlineMike McQuaid
2017-05-03style: don't require rubocop until installed.Mike McQuaid
2017-05-03Add `--only-cops`,`--except-cops` options for brew style and simplify cop namesGautham Goli
2017-05-02Add `--only-cops`,`--except-cops` options for brew auditGautham Goli
2017-05-02Let cops run without --strict flagGautham Goli
2017-03-08style: improve Rubocop error handling.Mike McQuaid
2017-02-12Use constants for RuboCop version.Markus Reiter
2017-01-27style: update rubocop to 0.47.1Dominyk Tiller
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
2016-11-13Update RuboCop to 0.45.0.Markus Reiter
2016-10-22Update Rubocop style.Mike McQuaid
2016-10-02Use `module_function` for commands.Markus Reiter
2016-10-01Fix JSON output handling.Mike McQuaid
2016-10-01Use Library/.rubocop.yml file.Mike McQuaid
2016-09-29`cd` to `HOMEBREW_LIBRARY` is not needed anymore for RuboCop.Markus Reiter
2016-09-29Use separate `.rubocop.yml` in `Library/Taps` and `Library/Homebrew`.Markus Reiter
2016-09-29Use separate RuboCop configs for formulae and core code.Markus Reiter
2016-09-23RuboCop has to be run inside `HOMEBREW_LIBRARY`.Markus Reiter
2016-09-23Update `rubocop` dependency to `0.43.0`.Markus Reiter
2016-09-19style: no args default to Library/Homebrew.Mike McQuaid
2016-09-19style: don't require HOMEBREW_DEVELOPER to fix.Mike McQuaid
2016-09-19style: allow passing taps as arguments.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-07-16audit: prevent crash from nil exitstatus (#532)Margaret Lewicka
2016-07-12style: use RuboCop 0.41.2, adjust defaults (#489)Martin Afanasjew
2016-07-04style: use RuboCop 0.41.1 (#433)Martin Afanasjew
2016-06-01style: use RuboCop 0.40Martin Afanasjew
2016-04-21brew-audit: pull style checks in to main audit outputAndrew Janke
2016-04-14style: use rubocop 0.39Dominyk Tiller
2016-02-13style: update rubocop to 0.37.2Dominyk Tiller
2016-01-17Rubocop: upgrade to version 0.36.0Bob W. Hogg
2015-11-10rubocop: update to 0.35.1Dominyk Tiller