diff options
| author | Gautham Goli | 2017-07-18 19:10:12 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-07-18 20:23:03 +0530 |
| commit | 086e540231691bca054b70e79ec37cc344b14d37 (patch) | |
| tree | 70077f8a71512f0967d8c4b1edae79fc52f5635f /Library/.auditcops.yml | |
| parent | 5b3231ea0ab23aae7c552142049e99afe0d72b4b (diff) | |
| download | brew-086e540231691bca054b70e79ec37cc344b14d37.tar.bz2 | |
Add a rubocop config file to control cops' execution in audit and style
Diffstat (limited to 'Library/.auditcops.yml')
| -rw-r--r-- | Library/.auditcops.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.auditcops.yml b/Library/.auditcops.yml new file mode 100644 index 000000000..b5b7a8b58 --- /dev/null +++ b/Library/.auditcops.yml @@ -0,0 +1,5 @@ +inherit_from: + - ./.rubocop.yml + +NewFormulaAudit: + Enabled: true |
