summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-03-23 00:44:56 +0200
committerKyrylo Silin <silin@kyrylo.org>2019-03-23 00:54:39 +0200
commit475b01da9b514c4f77f1ca599cdc144fd0bafd52 (patch)
tree68e3b10a62daef4318cf283f8ee9b9ba006a698a /.rubocop_todo.yml
parent1cdd3c41a39cc942949e8d6d5734396fc8013b67 (diff)
downloadpry-475b01da9b514c4f77f1ca599cdc144fd0bafd52.tar.gz
Rename '_pry_' to 'pry_instance'
Although `_pry_` is a well-established name, it is confusing. `pry_instance` is a clearer name (arguably the best name). This change was dictated by Rubocop but I support it. Therefore, I decided to do it, but I realise it's a big change. `Pry::Command` deprecates `_pry_` and emits a warning. This seems to be the only place where `_pry_` is used publicly. Another place where it may affect the user is the sticky locals area. I don't think it will be a big issue there, though.
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index a1c4075d..38326758 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -51,7 +51,7 @@ Metrics/BlockNesting:
# Offense count: 19
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 308
+ Max: 317
# Offense count: 32
Metrics/CyclomaticComplexity: