aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/diagnostic.rb
AgeCommit message (Expand)Author
2018-03-03Adjust docs and more internal code for Python 3.Mike McQuaid
2018-02-13Merge pull request #3774 from sbol-coolblue/fix-formula-formulaeMarkus Reiter
2018-02-13diagnostic: remove cache size checkilovezfs
2018-02-12brew, diagnostic: tweak CI variable checks.Mike McQuaid
2018-02-12diagnostic: guard cache check on Jenkins tooDominyk Tiller
2018-02-11diagnostic: implement cache size checkDominyk Tiller
2018-02-07Grammar: "formula are" -> "formulae are"Sander Bol
2018-01-21fix broken sentenceSimon B
2017-12-08Remove some unset/checked environment checksMike McQuaid
2017-11-28whitelisting additional SentinelOne dylib patternLouis Bergelson
2017-11-17diagnostic: fix paths usage.Mike McQuaid
2017-10-24Remove usless comments.Markus Reiter
2017-10-20diagnostic: handle APFS returning hash orderDominyk Tiller
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-18Merge pull request #3229 from BenMusch/check-for-master-no-refactorMike McQuaid
2017-10-14diagnostic: pass explicit sort to handle APFSDominyk Tiller
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-10-01diagnostic: remove unnecessary blank line.Mike McQuaid
2017-09-28Fix regex styleMike McQuaid
2017-09-27Merge branch 'master' into check-for-master-no-refactorBen Muschol
2017-09-27Implement changesBen Muschol
2017-09-24Rubocop: automatic rule fixes.Mike McQuaid
2017-09-18Revert "Add check for HEAD ref in diagnostics"ilovezfs
2017-09-18Revert "diagnostic: don't check CI core branch."ilovezfs
2017-09-18Revert "diagnostic: also don't check Jenkins core branch."ilovezfs
2017-08-26Revert "Add check for HEAD ref in diagnostics"ilovezfs
2017-08-26Revert "diagnostic: don't check CI core branch."ilovezfs
2017-08-26Revert "diagnostic: also don't check Jenkins core branch."ilovezfs
2017-08-26diagnostic: also don't check Jenkins core branch.Mike McQuaid
2017-08-26diagnostic: don't check CI core branch.Mike McQuaid
2017-08-26Prefer if over unless, simplify messagingBen Muschol
2017-08-25Fix method nameBen Muschol
2017-08-25Add check for HEAD ref in diagnosticsBen Muschol
2017-07-20diagnostic: use ENV[]Mike McQuaid
2017-07-20Update source check to match styleJustin Baugh
2017-07-20Address rubocop issuesJustin Baugh
2017-07-20Add warning to doctor if HOMEBREW_BUILD_FROM_SOURCE is set.Justin Baugh
2017-06-22diagnostic: Update whitelisted dylib used by Symantec (again)Wang Boyu
2017-06-22diagnostic: Update whitelisted dylib used by SymantecWang Boyu
2017-06-17diagnostic: quiet some CI whining.Mike McQuaid
2017-06-14diagnostic: Fix suggested git remote commandsBaptiste Fontaine
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-05-31Fix operator spacing.Markus Reiter
2017-05-27diagnostic: move some more macOS doctor checks.Mike McQuaid
2017-05-18Merge pull request #2537 from reitermarkus/pathname-to_strMarkus Reiter
2017-05-13More environment filtering tweaksMike McQuaid
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-04-30Use `PATH#select`.Markus Reiter