summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorr-obert <r-obert@users.noreply.github.com>2018-12-01 08:16:18 +0100
committerGitHub <noreply@github.com>2018-12-01 08:16:18 +0100
commit642588dfe9bf7fa5c431451857a9ab0ed6fd33b6 (patch)
tree104a384f0e4a7bd2d9fc9efecb3ec2d54dea6368 /.rubocop.yml
parent39a470d15a4097498fe209608fd3ecd2308dc536 (diff)
downloadpry-642588dfe9bf7fa5c431451857a9ab0ed6fd33b6.tar.gz
Add API documentation for Pry::Config (#1892)
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index d02ad772..5b688a28 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -12,3 +12,7 @@ Naming/MethodName:
- 'lib/pry/method.rb'
- 'lib/pry/wrapped_module.rb'
- 'lib/pry/code.rb'
+
+Metrics/ModuleLength:
+ Exclude:
+ - 'lib/pry/config/behavior.rb'