summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-03-12 01:44:37 +0200
committerKyrylo Silin <silin@kyrylo.org>2019-03-12 01:44:37 +0200
commit7c091f2fcbc60f741338e95c43cb659ec0bb258e (patch)
tree795ed3112c1a9c8a0d132ac03b46b7783cb46095 /.rubocop_todo.yml
parente23aabdbfc83764ba2c4f42ced15d7f86cd2eddb (diff)
downloadpry-7c091f2fcbc60f741338e95c43cb659ec0bb258e.tar.gz
Delete the `gist` command
This command was moved to the [pry-jist][1] plugin. Pry allows good extensibility and this command doesn't feel like something that should be in Pry Core. I suspect not many people use it, let alone know about it. The concept of optional dependencies also feels awkward (the `gist` gem). It's a strong indication that the command should be moved outside Pry Core (or we should just depend on `gist`). [1]: https://github.com/pry/pry-jist
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index ce465061..9a452bab 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -177,7 +177,6 @@ Style/DoubleNegation:
Exclude:
- 'lib/pry/code.rb'
- 'lib/pry/command_set.rb'
- - 'lib/pry/commands/gist.rb'
- 'lib/pry/commands/whereami.rb'
- 'lib/pry/method.rb'
- 'lib/pry/method/weird_method_locator.rb'