aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-20 22:33:30 +0200
committerMarkus Reiter2016-09-23 15:30:06 +0200
commitb97b0bac6c5904e369778245f2c7074d9c4810ea (patch)
tree223d35e13f3b47073b656f933614bd0cd5152dbe /Library
parent23eac7ab897818689eeff6a810354d85543ad2bb (diff)
downloadbrew-b97b0bac6c5904e369778245f2c7074d9c4810ea.tar.bz2
Update .rubocop_todo.yml.
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop_todo.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/.rubocop_todo.yml b/Library/.rubocop_todo.yml
index b81d8e0ef..feae1d37b 100644
--- a/Library/.rubocop_todo.yml
+++ b/Library/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 100`
-# on 2016-09-20 22:03:20 +0200 using RuboCop version 0.43.0.
+# on 2016-09-20 22:27:29 +0200 using RuboCop version 0.43.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@@ -148,7 +148,7 @@ Style/ConstantName:
Exclude:
- 'Homebrew/os/mac.rb'
-# Offense count: 10
+# Offense count: 3
Style/DoubleNegation:
Exclude:
- 'Homebrew/os/mac/cctools_keg.rb'