1252 Commits

Author SHA1 Message Date
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
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
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
Olle Jonsson
5525c49529
Merge pull request #890 from jherdman/remaining-layout-cops
Resolve Remaining Layout Cops
2019-02-27 15:03:57 +01:00
James Herdman
25b1055dc0 chore: RuboCop Layout Rescue Ensure Alignment 2019-02-27 08:57:26 -05:00
James Herdman
553b20ac1a chore: RuboCop Indent Hash 2019-02-27 08:55:23 -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
e511d2fb29
Merge pull request #884 from olleolleolle/fix/rubocop-extra-spacing
chore: RuboCop Layout/ExtraSpacing, Layout/SpaceAroundOperators
2019-02-27 08:48:08 +01:00
Olle Jonsson
b000eff257 chore: RuboCop regenerate TODO 2019-02-27 08:44:09 +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
Olle Jonsson
ba6247eb35 chore: RuboCop lint Layout/SpaceInsideArrayLiteralBrackets 2019-02-27 08:40:19 +01:00
Olle Jonsson
52a513d232 chore: RuboCop lint Layout/SpaceBeforeBlockBraces 2019-02-27 08:39:55 +01:00
Olle Jonsson
a68ebbcb72 chore: RuboCop lint Layout/SpaceAroundEqualsInParameterDefault 2019-02-27 08:39:21 +01:00
Olle Jonsson
8cb5865a78 chore: RuboCop lint Layout/SpaceAroundOperators 2019-02-27 08:37:07 +01:00
Olle Jonsson
7e6b5c6be2 chore: RuboCop Layout/ExtraSpacing 2019-02-27 07:46:49 +01:00
Olle Jonsson
52833e2f2b
chore: Disable Metrics/BlockLength in spec/ (#883) 2019-02-27 07:43:35 +01:00
James Herdman
7c823b042c chore: RuboCop Empty Lines Around Class Body (#882) 2019-02-26 21:34:25 +01:00
James Herdman
62cfe5bed1 chore: RuboCop Layout/EmptyLinesAroundAccessModifier (#881) 2019-02-26 17:08:17 +01:00
James Herdman
3adf411dcd chore: RuboCop Layout/DotPosition (#880) 2019-02-26 15:31:14 +00:00
Mattia
6634449ca0
Limits Travis builds to PRs and pushes/merges against master and 0.1x branches. (#879)
This should fix the double-build on all PRs.
2019-02-26 12:35:17 +00:00
Mattia
aa4e33ff50 chore: Fix RuboCop Style/HashSyntax (#878)
* Fixes rubocop Style/HashSyntax issues.

* Fixes rubocop Style/HashSyntax issues in comments as well.
2019-02-26 12:10:35 +01:00
Olle Jonsson
d579431fa0
chore: Layout/BlockEndNewline, Layout/MultilineBlockLayout (#877) 2019-02-26 00:12:44 +01:00
Olle Jonsson
cbbce86940
chore: RuboCop Style/CommentAnnotation (#876) 2019-02-25 23:49:00 +01:00
Olle Jonsson
7af02185d5
Merge pull request #874 from lostisland/rubocop-Lint-AssignmentInCondition
[Rubocop] fix Lint/AssignmentInCondition
2019-02-25 23:38:46 +01:00
Olle Jonsson
9cd764b2e7
Merge branch 'master' into rubocop-Lint-AssignmentInCondition 2019-02-25 23:25:26 +01:00
Olle Jonsson
281e3f4add
CI: Latest RuboCop run as Travis CI Stage (#873)
- disable the not-always recent CodeClimate RuboCop plugin
2019-02-25 23:24:26 +01:00
Olle Jonsson
8abc9e6942 chore: Re-generate RuboCop TODO 2019-02-25 23:12:14 +01:00
Olle Jonsson
00765145a3 chore: RuboCop Style/StringLiteral 2019-02-25 23:11:57 +01:00
Olle Jonsson
a4ee8a7704
Merge branch 'master' into rubocop-Lint-AssignmentInCondition 2019-02-25 22:58:42 +01:00
risk danger olson
d9c696ff2c Remove some unused gems (#875)
remove some unused gems from Bundler group: :test
2019-02-25 22:55:54 +01:00