rick olson
|
490ee83ddf
|
Merge branch 'master' into rubocop-style-classvars
|
2019-03-07 10:37:20 -07:00 |
|
rick olson
|
4d88475295
|
remove #constantize use and unnecessary nil checks
|
2019-03-07 10:28:55 -07:00 |
|
Mattia
|
609d1768cb
|
Adds em-synchrony adapter to RSpec tests (#936)
|
2019-03-07 13:23:41 +00:00 |
|
rick olson
|
73747c66b7
|
Merge branch 'master' into rubocop-style-classvars
|
2019-03-06 09:30:09 -07:00 |
|
risk danger olson
|
c801391d18
|
Merge pull request #932 from lostisland/em-http-tests
Adds em-http adapter to RSpec tests
|
2019-03-06 09:29:15 -07:00 |
|
Sergey Prikhodko
|
1d3d675821
|
Add the log formatter that is easy to override and safe to inherit (#889)
|
2019-03-06 16:13:14 +00:00 |
|
rick olson
|
5f276b36fa
|
replace @@classvars with AdapterRegistry usage
|
2019-03-05 11:38:24 -07:00 |
|
rick olson
|
dcb7030289
|
always require 'monitor' since it's used by AdapterRegistry too.
|
2019-03-05 11:38:07 -07:00 |
|
rick olson
|
e8382421aa
|
reimplement const-lookup from Faraday::RackBuilder::Handler
|
2019-03-05 11:37:42 -07:00 |
|
iMacTia
|
ab33c8ace1
|
Adds em-http adapter to RSpec tests
|
2019-03-05 18:26:46 +00:00 |
|
Mattia
|
ded4f6ef9a
|
Fixes Rubocop Style/GuardClause (#931)
|
2019-03-05 12:25:15 +00:00 |
|
Geoff Hubbard
|
e342992751
|
chore: Rubocop lint Style/MissingRespondToMissing (#930)
|
2019-03-04 23:25:25 +01:00 |
|
Geoff Hubbard
|
c5ceb2679c
|
chore: RuboCop lint Style/MethodMissingSuper (#928)
|
2019-03-04 21:07:33 +00:00 |
|
Mattia
|
6b0eb71322
|
chore: RuboCop lint Metrics/BlockLength (#927)
|
2019-03-04 21:02:46 +00:00 |
|
Mattia
|
ef4044281d
|
chore: RuboCop lint Style/IfUnlessModifier (#926)
* Fixes Rubocop Style/IfUnlessModifier
* Update lib/faraday/adapter/httpclient.rb
Co-Authored-By: iMacTia <iMacTia@users.noreply.github.com>
* Update lib/faraday/request/retry.rb
Co-Authored-By: iMacTia <iMacTia@users.noreply.github.com>
|
2019-03-04 14:49:25 +01:00 |
|
iMacTia
|
2a04aeadb3
|
Fixes Rubocop Style/ModuleFunction
|
2019-03-04 13:01:46 +00:00 |
|
iMacTia
|
f3e9adba3b
|
Fixes Rubocop Style/MutableConstant
|
2019-03-04 12:55:20 +00:00 |
|
Ted Johansson
|
5b49e6c9b2
|
Chore: RuboCop Style/MultilineIfModifier (#924)
|
2019-03-04 08:40:44 +01:00 |
|
Mattia
|
fb21e2db1a
|
chore: RuboCop lint Style/N* (#921)
* Fixes Rubocop Style/NumericPredicate
* Fixes Rubocop Style/NilComparison
|
2019-03-03 22:40:17 +01:00 |
|
iMacTia
|
f8f5985f3e
|
Fixes Rubocop Style/ParallelAssignment
|
2019-03-03 19:23:46 +00:00 |
|
iMacTia
|
376eb2307a
|
Fixes Rubocop Style/ParenthesesAroundCondition
|
2019-03-03 19:21:51 +00:00 |
|
iMacTia
|
cfb80e55af
|
Fixes Rubocop Style/PreferredHashMethods
|
2019-03-03 19:19:36 +00:00 |
|
iMacTia
|
5d4ed5e401
|
Fixes Rubocop Style/Proc
|
2019-03-03 19:08:54 +00:00 |
|
Olle Jonsson
|
b80111bed5
|
Excon adapter: extract methods (#916)
|
2019-03-03 19:00:49 +00:00 |
|
Olle Jonsson
|
1c0f43b9fd
|
chore: RuboCop lint Style/MultilineTernaryOperator (#913)
|
2019-03-03 16:42:31 +00:00 |
|
htwroclau
|
801f7d517e
|
chore: Fix RuboCop Style/FormatStringToken (#914)
|
2019-03-03 13:08:08 +01:00 |
|
Mattia
|
d657e3d3c3
|
chore: RuboCop lints Style/R* (#910)
* Fixes Rubocop Style/RescueStandardError
* Fixes Rubocop Style/RegexpLiteral
* Fixes Rubocop Style/RaiseArgs
|
2019-03-03 10:50:49 +01:00 |
|
iMacTia
|
228df3da71
|
Fixes Rubocop Style/SafeNavigation.
|
2019-03-02 16:35:22 +00:00 |
|
iMacTia
|
15303a3415
|
Fixes Rubocop Style/SingleLineMethods.
|
2019-03-02 16:33:29 +00:00 |
|
iMacTia
|
a41b6ac8d9
|
Fixes Rubocop Style/SpecialGlobalVars.
|
2019-03-02 16:32:29 +00:00 |
|
iMacTia
|
096a1c8bac
|
Fixes Rubocop Style/StringLiteralsInInterpolation.
|
2019-03-02 16:31:12 +00:00 |
|
Olle Jonsson
|
c8bee3ed22
|
chore: RuboCop Style/SemiColon
|
2019-03-02 12:15:05 +01:00 |
|
Olle Jonsson
|
4d97cc13ac
|
Simplify UploadIO require
|
2019-03-02 12:15:05 +01:00 |
|
htwroclau
|
5f55e62e88
|
chore: RuboCop lint Style/C* cops excluding Style/ClassVars (#902)
* chore: RuboCop lint Style/CaseEquality
* chore: RuboCop lint Style/ClassAndModuleChildren
* chore: RuboCop lint Style/ClassCheck
* chore: RuboCop lint Style/ConditionalAssignment
|
2019-03-02 10:47:56 +01:00 |
|
risk danger olson
|
4171215da7
|
chore: Rubocop lint Style/PercentLiteralDelimiters (#905)
|
2019-03-02 10:33:45 +01:00 |
|
htwroclau
|
f46a17573d
|
chore: Fix RuboCop Style/BlockDelimiters (#906)
|
2019-03-02 10:10:48 +01:00 |
|
risk danger olson
|
c1febd329f
|
chore: rubocop lint Style/StructInheritance (#904)
|
2019-03-02 10:01:04 +01:00 |
|
James Herdman
|
4c7e0a7717
|
More Cops On Patrol (#901)
|
2019-03-01 15:28:19 +00:00 |
|
Olle Jonsson
|
9e23ce0be5
|
Merge branch 'master' into fix-more-lint-offenses
|
2019-02-28 18:58:28 +01:00 |
|
iMacTia
|
5d469d7ece
|
chore: Rubocop lint Style/SymbolArray
|
2019-02-28 17:30:10 +00:00 |
|
iMacTia
|
0af6142f47
|
chore: Rubocop lint Style/SymbolProc
|
2019-02-28 17:27:38 +00:00 |
|
iMacTia
|
2aa4d808a7
|
chore: Rubocop lint Style/TernaryParentheses
|
2019-02-28 17:26:35 +00:00 |
|
Olle Jonsson
|
2102b439c4
|
Merge branch 'master' into fix-more-lint-offenses
|
2019-02-28 18:26:31 +01:00 |
|
iMacTia
|
398f2cb236
|
chore: Rubocop lint Style/TrivialAccessors
|
2019-02-28 17:25:28 +00:00 |
|
iMacTia
|
e35c49efa8
|
chore: Rubocop lint Style/UnlessElse
|
2019-02-28 17:23:33 +00:00 |
|
iMacTia
|
127555abcf
|
chore: Rubocop lint Style/YodaCondition
|
2019-02-28 17:19:40 +00:00 |
|
risk danger olson
|
fd7dbc709b
|
Rubocop style (#897)
* chore: Rubocop lint Style/AccessModifierDeclarations
* chore: Rubocop lint Style/Alias
* chore: Rubocop lint Style/AndOr
* chore: Rubocop lint Naming/ConstantName
* chore: Rubocop lint Naming/PredicateName
* chore: Rubocop lint Naming/UncommunicativeMethodParamName
* chore: Rubocop lint Performance/RedundantBlockCall
* chore: Rubocop lint Performance/StringReplacement
|
2019-02-28 17:15:28 +00:00 |
|
rick olson
|
8c66270eb5
|
Fix Lint/ReturnInVoidContext offense
|
2019-02-27 15:00:23 -07:00 |
|
rick olson
|
190467254e
|
fix Lint/UnneededRequireStatement offenses
|
2019-02-27 14:46:02 -07:00 |
|
rick olson
|
cc703af68d
|
fix Lint/UnusedBlockArgument offenses
|
2019-02-27 14:40:34 -07:00 |
|