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

14 commits

Author SHA1 Message Date
Kyrylo Silin
cb5eaab409 Gemfile: remove groups
We plan to use SimpleCov and Bundler.require gets in the way. Without it Gemfile
groups are useless, so I am removing them.

I am also removing the silly `Bundler/OrderedGems` cop, one of the most useless
cops you can add.
2019-03-08 00:46:50 +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
23ccad1506 rubocop: embrace the Style/SymbolArray cop 2019-03-02 16:26:36 +02:00
Kyrylo Silin
3da9f10c1b rubocop: disable the Style/StringLiterals cop 2019-03-02 16:01:45 +02:00
Kyrylo Silin
080d2b0b3a rubocop: fix offences of the Style/SingleLineMethods cop 2019-03-02 15:42:52 +02:00
Kyrylo Silin
501e949921 rubocop: fix offences of the Style/ExpandPathArguments cop 2019-03-02 11:03:51 +02:00
Kyrylo Silin
b98cff1b85 rubocop: fix offences of the Style/ClassAndModuleChildren cop 2019-02-27 02:23:52 +02:00
Kyrylo Silin
e1f12f1c6c rubocop: fix offences of the Layout/DotPosition cop 2019-02-25 00:11:05 +02:00
Kyrylo Silin
d37f154150 rubocop: don't check fixtures for Layout/CommentIndentation 2019-02-25 00:00:27 +02:00
r-obert
642588dfe9
Add API documentation for Pry::Config (#1892) 2018-12-01 08:16:18 +01:00
Kyrylo Silin
5bf2a5b15a rubocop: temporarily ignore certain Naming/MethodName offences
The build is failing because of this.
2018-11-04 18:01:16 +08:00
Kyrylo Silin
8588b36f62 rubocop: disable Layout/IndentHeredoc
This cop suggests to install a library to format heredocs. LOL
2018-11-04 00:49:55 +08:00
Kyrylo Silin
269808c6ba rubocop: disable the Style/NumericPredicate cop
This is very opinionated and not necessary to follow.
2018-10-20 00:32:30 +08:00
Kyrylo Silin
a5c0718731 rubocop: generate config
The config ignores all violations for now. We will be fixing them at our own
pace.
2018-10-06 20:07:27 +08:00