Commit 3895873
Add Rubocop and cleanup (#96)
* [Rubocop][Style] Fix Style/StringLiterals
* [Rubocop][Style] Fix Style/EmptyLinesAroundModuleBody
* [Rubocop][Style] Fix Style/EmptyLinesAroundClassBody
* [Rubocop][Style] Fix Style/TrailingCommaInLiteral
* [Rubocop][Style] Fix Style/IfUnlessModifier
* [Rubocop][Style] Fix Style/RaiseArgs
* [Rubocop][Style] Fix Style/CaseIndentation
* [Rubocop][Style] Fix Style/EmptyLines
* [Rubocop][Style] Fix Style/IndentationWidth
* [Rubocop][Style] Fix Style/NumericPredicate
* [Rubocop][Style] Fix Style/SpaceAfterComma
* [Rubocop][Style] Fix Style/ElseAlignment
* [Rubocop][Style] Fix Style/SpaceAroundEqualsInParameterDefault
* [Rubocop][Style] Fix Style/NumericLiterals
* [Rubocop][Style] Fix Style/RedundantReturn
* [Rubocop][Style] Fix Style/RedundantSelf
* [Rubocop][Style] Fix Style/GuardClause
* [Rubocop][Style] Fix Style/AndOrElse
* [Rubocop][Style] Fix Style/SpaceAroundOperators
* [Rubocop][Style] Fix Style/TrivialAccessors
* [Rubocop][Style] Fix Style/SpaceAroundKeyword
* [Rubocop][Style] Fix Style/SpaceInsideHashLiteralBraces
* [Rubocop][Style] Fix Style/SpaceInsideBlockBraces
* [Rubocop][Style] Fix Style/SpaceInsideParens
* [Rubocop][Style] Fix Style/SpaceBeforeBlockBraces
* [Rubocop][Style] Fix Style/MultilineOperationIndentation
* [Rubocop][Style] Fix Style/RedundantParentheses
* [Rubocop][Style] Fix Style/LineEndConcatenation
* [Rubocop][Style] Fix Style/Not
* [Rubocop][Style] Fix Style/NegatedIf
* [Rubocop][Style] Fix Style/ConditionalAssignment
* [Rubocop][Style] Fix Style/ClassCheck
* [Rubocop][Style] Fix Style/ParenthesesAroundCondition
* [Rubocop][Style] Fix Style/WhileUntilModifier
* [Rubocop][Style] Fix Style/RedundantParentheses
* [Rubocop][Style] Fix Style/ClassAndModuleChildren
* [Rubocop][Style] Fix Style/PercentLiteralDelimiters
* [Rubocop][Style] Fix Style/WhileUntilDo
* [Rubocop][Style] Fix Style/RedundantBegin
* [Rubocop][Style] Fix Style/ZeroLengthPredicate
* [Rubocop][Style] Fix Style/EmptyLinesAroundAccessModifier
* [Rubocop][Style] Fix Style/AccessModifierIndentation
* [Rubocop][Style] Fix Style/EmptyMethod
* [Rubocop][Style] Fix Style/UnlessElse
* [Rubocop][Style] Fix Style/IndentationConsistency
* [Rubocop][Style] Fix Style/NestedParenthesizedCalls
* [Rubocop][Style] Fix Style/NegatedWhile
* [Rubocop][Style] Fix Style/EmptyElse
* [Rubocop][Style] Fix Style/ExtraSpacing
* [Rubocop][Style] Fix Style/IfUnlessModifier
* [Rubocop][Style] Fix Style/IndentHash
* [Rubocop][Lint] Fix Lint/UselessAssignment
* [Rubocop][Lint] Fix Lint/Loop
* [Rubocop][Lint] Fix Lint/UselessAccessModifier
* [Rubocop][Lint] Disable Lint/RescueException
* [Rubocop][Lint] Fix Lint/IneffectiveAccessModifier
* [Rubocop][Lint] Disable Lint/InheritException
* [Rubocop][Performance] Disable Performance/RedundantMerge1 parent 0d3cb4e commit 3895873
File tree
10 files changed
+1213
-1319
lines changed- lib
- mqtt
- patches
- sn
10 files changed
+1213
-1319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
0 commit comments