aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/auditor.rb
AgeCommit message (Collapse)Author
2017-10-07Add helper method for Cask fixture paths and refactor CaskLoader.Markus Reiter
2017-05-22Add audit check to see if both version and checksum changed.Markus Reiter
2017-03-12Use `CaskLoader.load_from_file` in `Auditor`.Markus Reiter
2016-10-24hbc/auditor: refactor and fix bugJosh Hagins
Use instance methods to DRY things up, and fix a bug discovered in caskroom/homebrew-cask#26067 where Casks with language blocks would always fail audit.
2016-10-23Auto-correct block delimiters.Markus Reiter
2016-10-23Fix spacing and indentation.Markus Reiter
2016-10-11Allow auditing of a single language of a cask.Markus Reiter
2016-10-03Fix exit code for multilingual cask audit.Markus Reiter
2016-10-03Refactor audit for changed DSL.Markus Reiter
2016-10-03Support `audit` for multilingual casks.Markus Reiter
2016-09-24Cask: Use nested classes and modules.Markus Reiter
2016-08-19initAnastasiaSulyagina