1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

2794 commits

Author SHA1 Message Date
Kyrylo Silin
11f798d300 rubocop: fix offences of the Lint/ReturnInVoidContext cop 2019-03-04 00:56:31 +02:00
Kyrylo Silin
850ac861d0 rubocop: fix offences of the Lint/RescueException cop 2019-03-04 00:23:45 +02:00
Kyrylo Silin
b66ff3bb64 rubocop: fix offences of the Lint/Loop 2019-03-04 00:15:46 +02:00
Kyrylo Silin
be89e84ae3 rubocop: fix offences of the Lint/HandleExceptions cop 2019-03-04 00:05:33 +02:00
Kyrylo Silin
87def8deda rubocop: fix offences of the Lint/EmptyWhen cop
I am not sure what's the story behind this dead code but it is no-op and it
shouldn't harm removing it.
2019-03-03 18:23:09 +02:00
Kyrylo Silin
4956376f13 rubocop: fix offences of the Metrics/LineLength cop
I realise that some code might be less readable now, but now that we set a good
default limit, we protect the codebase from further mess. It's important to do
this to prevent adding more mess to already messy code that we have. :doctor:
2019-03-03 17:37:58 +02:00
Kyrylo Silin
3fffa75c7f rubocop: fix offences of the Style/ZeroLengthPredicate cop 2019-03-02 17:05:35 +02:00
Kyrylo Silin
aab176f818 rubocop: fix offences of the Style/YodaCondition cop 2019-03-02 17:04:11 +02:00
Kyrylo Silin
cf9346f5d3 rubocop: fix offences of the Style/WordArray cop 2019-03-02 17:02:32 +02:00
Kyrylo Silin
551aaaa950 rubocop: fix offences of the Style/WhileUntilModifier cop 2019-03-02 17:01:57 +02:00
Kyrylo Silin
e083d32487 rubocop_todo: exclude Style/UnneededInterpolation
It's not an issue anymore.
2019-03-02 16:51:23 +02:00
Kyrylo Silin
86605e5db9 rubocop: fix offences of the Style/UnneededCondition cop 2019-03-02 16:42:29 +02:00
Kyrylo Silin
f83a26f621 rubocop: fix offences of the Style/TrivialAccessors cop 2019-03-02 16:39:17 +02:00
Kyrylo Silin
cadf35bd01 rubocop: fix offences of the Style/TrailingUnderscoreVariable cop 2019-03-02 16:38:19 +02:00
Kyrylo Silin
a2b8d98732 rubocop: fix offences of the Style/TrailingCommaInHashLiteral cop 2019-03-02 16:34:53 +02:00
Kyrylo Silin
68f90bc675 rubocop: fix offences of the Style/SymbolProc proc 2019-03-02 16:32:01 +02:00
Kyrylo Silin
71a7e15766 rubocop: fix offences of the Style/SymbolLiteral cop 2019-03-02 16:29:28 +02:00
Kyrylo Silin
8ad8d12d04 rubocop: fix offences of the Style/StringLiteralsInInterpolation cop 2019-03-02 16:02:43 +02:00
Kyrylo Silin
275fbb5d30 rubocop: fix offences of the Style/StderrPuts cop 2019-03-02 16:00:16 +02:00
Kyrylo Silin
6f743ac7ba rubocop: fix offences of the Style/SpecialGlobalVars cop 2019-03-02 15:59:16 +02:00
Kyrylo Silin
080d2b0b3a rubocop: fix offences of the Style/SingleLineMethods cop 2019-03-02 15:42:52 +02:00
Kyrylo Silin
13b10dad38 rubocop: fix offences of the Style/SignalException cop 2019-03-02 14:15:09 +02:00
Kyrylo Silin
e9cfdc8b45 rubocop: fix offences of the Style/RescueStandardError cop 2019-03-02 14:13:59 +02:00
Kyrylo Silin
ac24bad339 rubocop: fix offences of the Style/RescueModifier cop 2019-03-02 14:12:25 +02:00
Kyrylo Silin
4450fa75f0 rubocop: fix offences of the Style/RegexpLiteral cop 2019-03-02 14:01:01 +02:00
Kyrylo Silin
e64541d9c1 rubocop: fix offences of the Style/RedundantSelf cop 2019-03-02 13:32:33 +02:00
Kyrylo Silin
cfc472b817 rubocop: fix offences of the Style/RedundantReturn cop 2019-03-02 13:32:04 +02:00
Kyrylo Silin
1df89913ad rubocop: fix offences of the Style/RedundantParentheses cop 2019-03-02 13:31:20 +02:00
Kyrylo Silin
20f5356648 rubocop: fix offences of the Style/RedundantException cop 2019-03-02 13:29:55 +02:00
Kyrylo Silin
287d820740 rubocop: fix offences of the Style/RaiseArgs cop 2019-03-02 13:28:53 +02:00
Kyrylo Silin
b26ca78613 rubocop: fix offences of the Style/PercentLiteralDelimiters cop 2019-03-02 13:22:03 +02:00
Kyrylo Silin
085a3c207f rubocop: fix offences of the Style/ParallelAssignment cop 2019-03-02 13:21:04 +02:00
Kyrylo Silin
15fc7aec9a rubocop: fix offences of the Style/NumericLiteralPrefix cop 2019-03-02 13:04:47 +02:00
Kyrylo Silin
823bfb3bcc rubocop: fix offences of the Style/Not cop 2019-03-02 13:04:47 +02:00
Kyrylo Silin
33bce12088 rubocop: fix offences of the Style/NonNilCheck cop 2019-03-02 13:04:46 +02:00
Kyrylo Silin
5d6ac8e7d3 rubocop: fix offences of the Style/NilComparison cop 2019-03-02 13:04:46 +02:00
Kyrylo Silin
239541045e rubocop: fix offences of the Style/Next cop 2019-03-02 13:04:46 +02:00
Kyrylo Silin
937b7bcf35 rubocop: fix offences of the Style/NestedParenthesizedCalls cop 2019-03-02 13:04:46 +02:00
Kyrylo Silin
aa803c8695 rubocop: fix offences of the Style/NegatedIf cop 2019-03-02 13:04:46 +02:00
Kyrylo Silin
66b6208478 rubocop: fix offences of the Style/MutableConstant cop 2019-03-02 13:04:44 +02:00
Kyrylo Silin
09596c18d7 rubocop: fix offences of the Style/ModuleFunction cop 2019-03-02 12:26:16 +02:00
Kyrylo Silin
13f35137c0 rubocop: fix offences of the Style/MethodDefParentheses cop 2019-03-02 12:10:25 +02:00
Kyrylo Silin
343832f4c7 rubocop: fix the Style/MethodCallWithoutArgsParentheses cop 2019-03-02 12:10:25 +02:00
Kyrylo Silin
fa50e4a192 rubocop: fix offences of the Style/LineEndConcatenation cop 2019-03-02 12:10:25 +02:00
Kyrylo Silin
8ee26ebd7b rubocop: fix offences of the Style/Lambda cop 2019-03-02 12:10:25 +02:00
Kyrylo Silin
4c2ba52f64 rubocop: fix offences of the Style/InverseMethods cop 2019-03-02 11:03:54 +02:00
Kyrylo Silin
39fa8a9fc6 rubocop: fix offences of the Style/IfUnlessModifier cop 2019-03-02 11:03:54 +02:00
Kyrylo Silin
8ea5b6e0aa rubocop: fix offences of the Style/FormatString cop 2019-03-02 11:03:54 +02:00
Kyrylo Silin
a892d00506 rubocop: fix offences of the Style/Encoding cop 2019-03-02 01:50:44 +02:00
Kyrylo Silin
5fe81a32ff rubocop: fix offences of the Style/EmptyMethod cop 2019-03-01 01:34:50 +02:00