1231 Commits

Author SHA1 Message Date
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
James Herdman
dc4d8f620e [RuboCop] Trailing Blank Lines Violations (#872) 2019-02-25 22:53:32 +01:00
rick olson
0abe56597e fix todo file 2019-02-25 13:18:28 -07:00
risk danger olson
7f593f6d5f
Merge branch 'master' into rubocop-Lint-AssignmentInCondition 2019-02-25 13:09:23 -07:00
risk danger olson
39dd9549f8
Merge pull request #871 from jherdman/else-alignment
Resolve Layout/ElseAlignment Violations
2019-02-25 13:06:24 -07:00
risk danger olson
627ed8775e
Merge pull request #870 from lostisland/rubocop-failures-861
Fix rubocop issues from #861
2019-02-25 13:05:05 -07:00
rick olson
f55382880e autogen rubocop config 2019-02-25 13:00:05 -07:00
rick olson
fc53cc5d2d fix Lint/AssignmentInCondition 2019-02-25 12:59:59 -07:00
James Herdman
ff92c9ea04 [RuboCop] Resolve Layout/ElseAlignment 2019-02-25 14:19:19 -05:00
rick olson
3a11286c87 fix indentation issues 2019-02-25 11:26:58 -07:00
risk danger olson
e00e900486 Connection methods (#861) 2019-02-25 15:40:41 +00:00
htwroclau
de0e96054d chore: Fix RuboCop Layout/AlignParameters (#867) 2019-02-25 13:38:48 +00:00
Mattia
b427091f0e chore: RuboCop: Support Frozen String Literals (#868) 2019-02-24 20:35:12 +01:00
Mattia
fcc4c4043e
Fixes CodeClimate issues introduced in the latest PRs (#865) 2019-02-24 11:53:19 +00:00
Mattia
91ddced8b2 chore: RuboCop indentations (#864)
* chore: RuboCop lint Layout/CaseIndentation

* chore: RuboCop lint Layout/CommentIndentation

* chore: RuboCop lint Layout/IndentationWidth

* chore: RuboCop lint Layout/MultilineMethodCallIndentation

* chore: RuboCop lint Layout/MultilineOperationIndentation
2019-02-24 11:53:55 +01:00
Mattia
ec709b3974 chore: RuboCop lint Layout/AlignHash (#863) 2019-02-24 11:52:48 +01:00
htwroclau
671e9de604 chore: Fix RuboCop Layout/AccessModifierIndentation (#862) 2019-02-24 01:20:12 +01:00
risk danger olson
5cad588227 implement Connection#options. (#857)
fixes #305
2019-02-20 22:02:03 +00:00
Olle Jonsson
b2857e6e20
chore: RuboCop linting (#860)
* chore: RuboCop lint Layout/LeadingCommentSpace

* chore: RuboCop lint Layout/EmptyLineAfterGuardClause

* chore: RuboCop lint Layout/EmptyLineBetweenDefs

* chore: RuboCop lint Layout/EmptyLines

* chore: Regenerate RuboCop TODO
2019-02-20 22:44:57 +01:00
Olle Jonsson
f98c3e92fd
chore: RuboCop trailing commas fixed (#859) 2019-02-20 22:25:41 +01:00
Olle Jonsson
b585462dd5
chore: Fix RuboCop Style/ZeroLengthPredicate (#858) 2019-02-20 22:16:48 +01:00
Olle Jonsson
1054fcdf92
chore: RuboCop: Bundler/OrderedGems (#856)
* chore: RuboCop: Bundler/OrderedGems

* chore: Regenerate .rubocop_todo.yml
2019-02-20 22:07:03 +01:00