summaryrefslogtreecommitdiff
path: root/lib/pry/commands
Commit message (Expand)AuthorAgeFilesLines
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-0864-0/+128
* commands/show_info: fix formatting error for C method headerKyrylo Silin2019-05-021-1/+1
* Refactor ConfigKyrylo Silin2019-05-021-1/+1
* commands/watch_expression: use command state instead of configKyrylo Silin2019-04-281-1/+1
* Delete commands/disabled_commandsKyrylo Silin2019-03-312-3/+1
* rubocop: fix the Naming/UncommunicativeMethodParamName copKyrylo Silin2019-03-243-15/+10
* rubocop: fix Naming/HeredocDelimiterNaming copKyrylo Silin2019-03-242-4/+4
* rubocop: "fix" offences of the Security/Eval copKyrylo Silin2019-03-241-5/+8
* rubocop: fix offences of the Style/CaseEquality copKyrylo Silin2019-03-246-5/+7
* rubocop: fix offences of the Style/FormatStringToken copKyrylo Silin2019-03-231-1/+5
* rubocop: fix offences of the Lint/UnderscorePrefixedVariableName copKyrylo Silin2019-03-231-3/+3
* rubocop: fix offences of the Style/GuardClause copKyrylo Silin2019-03-2312-69/+62
* rubocop: fix offences of the Style/IfInsideElse copKyrylo Silin2019-03-231-9/+7
* rubocop: fix offences of the Style/MultilineBlockChain copKyrylo Silin2019-03-231-4/+6
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-2345-134/+143
* Factor out gem-* commands to a separate pluginKyrylo Silin2019-03-137-294/+0
* Delete `requires_gem` remnantsKyrylo Silin2019-03-131-4/+0
* Delete `install-command` and `command_dependencies_met?`Kyrylo Silin2019-03-121-59/+0
* Delete the `gist` commandKyrylo Silin2019-03-122-107/+4
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-1017-42/+7
* rubocop: fix offences of the Lint/HandleExceptions copKyrylo Silin2019-03-042-2/+2
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-0330-135/+292
* rubocop: fix offences of the Style/ZeroLengthPredicate copKyrylo Silin2019-03-023-3/+3
* rubocop_todo: exclude Style/UnneededInterpolationKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/UnneededCondition copKyrylo Silin2019-03-023-7/+3
* rubocop: fix offences of the Style/TrailingUnderscoreVariable copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/SymbolLiteral copKyrylo Silin2019-03-021-3/+3
* rubocop: fix offences of the Style/StringLiteralsInInterpolation copKyrylo Silin2019-03-024-9/+9
* rubocop: fix offences of the Style/RescueStandardError copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/RescueModifier copKyrylo Silin2019-03-021-3/+15
* rubocop: fix offences of the Style/RegexpLiteral copKyrylo Silin2019-03-023-3/+3
* rubocop: fix offences of the Style/RedundantSelf copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/RedundantReturn copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/RedundantParentheses copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/PercentLiteralDelimiters copKyrylo Silin2019-03-023-11/+11
* rubocop: fix offences of the Style/NegatedIf copKyrylo Silin2019-03-025-6/+6
* rubocop: fix offences of the Style/MutableConstant copKyrylo Silin2019-03-025-9/+12
* rubocop: fix offences of the Style/LineEndConcatenation copKyrylo Silin2019-03-021-3/+3
* rubocop: fix offences of the Style/Lambda copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/InverseMethods copKyrylo Silin2019-03-023-4/+4
* rubocop: fix offences of the Style/IfUnlessModifier copKyrylo Silin2019-03-0214-60/+20
* rubocop: fix offences of the Style/FormatString copKyrylo Silin2019-03-022-3/+4
* rubocop: fix offences of the Style/EmptyCaseCondition copKyrylo Silin2019-03-015-18/+13
* rubocop: fix offences of the Style/ConditionalAssignment copKyrylo Silin2019-03-012-10/+7
* rubocop: fix offences of the Style/ClassAndModuleChildren copKyrylo Silin2019-02-2772-3274/+3444
* rubocop: fix offences of the Style/BracesAroundHashParameters copKyrylo Silin2019-02-271-1/+1
* rubocop: fix offences of the Security/JSONLoad copKyrylo Silin2019-02-271-1/+1
* rubocop: fix offences of the Performance/StringReplacement copKyrylo Silin2019-02-271-1/+1
* rubocop: fix offences of the Performance/RedundantBlockCall copKyrylo Silin2019-02-271-2/+2
* rubocop: fix offences of the Performance/InefficientHashSearch copKyrylo Silin2019-02-271-1/+1