Alexander Popov
c26df87b86
Update RuboCop
...
Require its specific version in `Gemfile`.
Fix it's installation in CI.
Enable new cops.
Resolve new offenses.
Drop support of Ruby 2.3
(it's not supported by RuboCop and by MRI:https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/ )
Deprecate `Faraday::Request#method`, replace it with `#http_method`.
2020-04-19 17:44:07 +02:00
Mattia
a53a4360e2
Adds compatibility with latest rubocop ( #1093 )
2019-12-27 16:43:11 +00:00
risk danger olson
e8792e43d5
port changes from #1000 ( #1004 )
2019-07-19 14:11:30 +02:00
Olle Jonsson
7c9a322b0d
Add --require to RuboCop configuration
2019-04-08 20:42:31 +02:00
risk danger olson
5063ffe963
rubocop: fix Style/Documentation offenses ( #951 )
...
* rubocop: fix Style/Documentation offenses
* no test dir
* use @see tag
* put @example after @params, before @return
2019-03-21 09:40:49 +01:00
risk danger olson
bd322bba6b
chore: rubocop lint Metrics/LineLength ( #938 )
2019-03-08 17:45:12 +00:00
Olle Jonsson
c209c41da6
RuboCop rule: Allow !! ( #922 )
...
* RuboCop rule: Allow !!
* chore: Regenerate RuboCop TODO
2019-03-03 23:27:34 +01:00
Olle Jonsson
52833e2f2b
chore: Disable Metrics/BlockLength in spec/ ( #883 )
2019-02-27 07:43:35 +01:00
Olle Jonsson
03d05a25a9
RuboCop: Allow Lint/AssignmentInCondition - and enable RuboCop in CodeClimate ( #853 )
...
RuboCop: Create a TODO list and enable RuboCop in CodeClimate
2019-02-20 20:06:26 +01:00
Olle Jonsson
848251420a
Add RuboCop, start configuration, add --auto-gen-config ( #851 )
2019-02-20 18:28:48 +00:00