"quiet" option only sets brakeman -q flag, it doesn't suppress messages from guard-brakeman anymore.
Bug fixes, doc updates, https, and .gitignore
- Just some cleanup of the project
- Allow the ability to hide all output when running guard
- Cleanup the output and clean up some code
- Support for >= guard-1.1.0
- Updated output support to handle the multiple output files introduced with brakeman 1.5.3
- The output of guard-brakeman now uses the same code as the regular brakeman reports and uses the same options (thanks DarkTatka for the input)
- Moar better notifications
- 'chatty' config option allows you to enter "fix mode" where ALL brakeman activity is growl'd. Off by default, which means you are only alerted on NEW or FIXED findings
- Add :min_confidence setting to ignore results under a certain threshold
- More consistent output
- Consolidate growls into a single message
- Add run_on_start option
- Ability to turn off notifications
- Test backfill
- Added notificaiton (growl) support
- Use UI:: methods to print messages to console (report still uses puts)