1386 Commits

Author SHA1 Message Date
htwroclau
f1d0b3933d chore: Fix RuboCop Style/EmptyMethod (#912) 2019-03-03 08:58:00 +00:00
iMacTia
7931f07d6f Regenerates Rubocop TODOs. 2019-03-02 16:36:16 +00: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
61baf2b466
Merge pull request #908 from lostisland/fix/stderrputs-rubocop
chore: RuboCop Style/StderrPuts, SemiColon
2019-03-02 12:24:30 +01:00
Olle Jonsson
2c9a288046 chore: Regenerate RuboCop TODO 2019-03-02 12:16:48 +01: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
htwroclau
c9fcbcc048 chore: Fix RuboCop Style/BracesAroundHashParameters (#907) 2019-03-02 09:42:00 +01:00
James Herdman
4c7e0a7717 More Cops On Patrol (#901) 2019-03-01 15:28:19 +00:00
Mattia
5bbf4eb3ef
CI: Send CodeClimate test reports, deploy to RubyGems on tagging (#900) 2019-03-01 14:30:19 +00:00
Olle Jonsson
c2719dc5cb
Merge pull request #896 from lostisland/fix-more-lint-offenses
fix Lint/* offenses
2019-02-28 19:04:02 +01:00
Olle Jonsson
9e23ce0be5
Merge branch 'master' into fix-more-lint-offenses 2019-02-28 18:58:28 +01:00
Olle Jonsson
3396561021
Merge pull request #898 from lostisland/rubocop/styles
chore: RuboCop Style lints
2019-02-28 18:55:53 +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
03ff75a189 chore: auto gen rubocop config 2019-02-27 15:08:26 -07:00
rick olson
6a62558687 add exception for Lint/HandleExceptions offense
This is a test that's only used in the integration suite (which spins up a
Sinatra server for tests). Removing the exception brought up more issues, which
should be looked at in a fresh pull request.
2019-02-27 15:04:56 -07: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
risk danger olson
94f4175059
Merge pull request #892 from olleolleolle/fix/drop-ruby-18-compat
Multipart: Drop Ruby 1.8 String behavior compat
2019-02-27 14:16:06 -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
f9ffeb26f2 chore: RuboCop lint Style/RedundantException 2019-02-27 21:43:58 +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
5e462f6ce6
Merge branch 'master' into fix/rubocop-linting-more 2019-02-27 21:39:48 +01:00
Olle Jonsson
bbf937dd44
chore: RuboCop lint Style/ColonMethodCall (#894) 2019-02-27 21:37:28 +01:00
Olle Jonsson
64d9002b75
Merge branch 'master' into fix/rubocop-linting-more 2019-02-27 20:52:45 +01:00
Olle Jonsson
420b5a433f
chore: RuboCop lint Style/WordArray (#893) 2019-02-27 20:52:08 +01:00
Olle Jonsson
7bfac0cf29 Multipart: Drop Ruby 1.8 String behavior compat 2019-02-27 20:35:28 +01:00
Olle Jonsson
9005f4fbff chore: RuboCop --auto-gen-config 2019-02-27 20:31:23 +01:00
Olle Jonsson
2fa4043f21 chore: RuboCop lint Naming/MemoizedInstanceVariableName 2019-02-27 20:30:13 +01:00