930 Commits

Author SHA1 Message Date
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
rick olson
08c107516d fix Lint/UnusedMethodArgument offenses 2019-02-27 14:36:15 -07:00
rick olson
558746a776 fix Lint/Void offense 2019-02-27 14:26:45 -07:00
risk danger olson
d3fc6ec365
Merge pull request #891 from olleolleolle/fix/rubocop-linting-more
chore: RuboCop linting Lint/UselessAssignment, Lint/StringConversionInInterpolation
2019-02-27 14:19:45 -07:00
risk danger olson
5adaaab45c
Merge pull request #895 from olleolleolle/fix/redundant-cops
chore: RuboCop lint Style/Redundant* cops
2019-02-27 14:18:17 -07:00
Olle Jonsson
afd5e634cc chore: RuboCop configuration regenerated 2019-02-27 21:48:52 +01:00
Olle Jonsson
f3cf995140 chore: RuboCop lint Style/RedundantSelf 2019-02-27 21:45:48 +01:00
Olle Jonsson
ff2a6d7eda chore: RuboCop lint Style/RedundantParentheses 2019-02-27 21:43:16 +01:00
Olle Jonsson
768c5151d2 chore: RuboCop lint Style/RedundantReturn 2019-02-27 21:42:20 +01:00
Olle Jonsson
7bfac0cf29 Multipart: Drop Ruby 1.8 String behavior compat 2019-02-27 20:35:28 +01:00
Olle Jonsson
2fa4043f21 chore: RuboCop lint Naming/MemoizedInstanceVariableName 2019-02-27 20:30:13 +01:00
Olle Jonsson
9e25ee6adc chore: RuboCop lint Lint/UselessAssignment 2019-02-27 20:09:22 +01:00
Olle Jonsson
769efe6af6 chore: RuboCop lint Lint/StringConversionInInterpolation 2019-02-27 20:02:55 +01:00
James Herdman
25b1055dc0 chore: RuboCop Layout Rescue Ensure Alignment 2019-02-27 08:57:26 -05:00
James Herdman
9c25d73db7 chore: RuboCop Indent Array 2019-02-27 08:55:09 -05:00
James Herdman
615ad218b4 chore: RuboCop End Alignment (#887) 2019-02-27 14:49:04 +01:00
Olle Jonsson
2cfe8bd4b2 chore: RuboCop lint Layout/SpaceAfterComma 2019-02-27 08:43:36 +01:00
Olle Jonsson
28504a14c2 chore: RuboCop lint Layout/SpaceInsidePercentLiteralDelimiters 2019-02-27 08:42:45 +01:00
Olle Jonsson
5ea9b5d709 chore: RuboCop lint Layout/SpaceInsideParens 2019-02-27 08:42:24 +01:00
Olle Jonsson
cf60074f52 chore: RuboCop lint Layout/SpaceInsideHashLiteralBraces 2019-02-27 08:41:44 +01:00
Olle Jonsson
7ddccdbd1e chore: RuboCop lint Layout/SpaceInsideBlockBraces 2019-02-27 08:41:05 +01:00