Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
a65dd76
Fix Style/AlignHash
Koronen Dec 19, 2015
01a048e
Fix Style/AlignParameters
Koronen Dec 19, 2015
2921b6b
Fix Style/AndOr
Koronen Dec 19, 2015
f1151f1
Fix Style/BlockDelimiters
Koronen Dec 19, 2015
45591c5
Fix Style/BlockEndNewline
Koronen Dec 19, 2015
60f5da9
Fix Style/BracesAroundHashParameters
Koronen Dec 19, 2015
dc93921
Fix Style/ClassAndModuleChildren
Koronen Dec 19, 2015
33f8bdb
Fix Style/ColonMethodCall
Koronen Dec 19, 2015
f0f3fbf
Fix Style/CommentIndentation
Koronen Dec 19, 2015
5ccb26d
Disable Style/Documentation
Koronen Dec 19, 2015
c76d64f
Disable Style/DoubleNegation
Koronen Dec 19, 2015
2d7fb80
Fix Style/EmptyElse
Koronen Dec 19, 2015
5023b38
Fix Style/EmptyLineBetweenDefs
Koronen Dec 19, 2015
942d5be
Fix Style/EmptyLines
Koronen Dec 19, 2015
b93cce1
Fix Style/EmptyLinesAroundAccessModifier
Koronen Dec 19, 2015
5543f77
Fix Style/EmptyLinesAroundBlockBody
Koronen Dec 19, 2015
4543ded
Fix Style/EmptyLinesAroundClassBody
Koronen Dec 19, 2015
fb49453
Fix Style/ExtraSpacing
Koronen Dec 19, 2015
136dcc4
Fix Style/GuardClause
Koronen Dec 19, 2015
c9defc5
Fix Style/HashSyntax
Koronen Dec 19, 2015
4585480
Fix Style/IfUnlessModifier
Koronen Dec 19, 2015
7f58108
Fix Style/IndentHash
Koronen Dec 19, 2015
7597e32
Fix Style/IndentationWidth
Koronen Dec 19, 2015
ba8aa02
Fix Style/LeadingCommentSpace
Koronen Dec 19, 2015
31fac8e
Fix Style/MethodCallParentheses
Koronen Dec 19, 2015
88caaa1
Fix Style/MultilineBlockChain
Koronen Dec 19, 2015
ca73d86
Fix Style/MultilineBlockLayout
Koronen Dec 19, 2015
9dd13d2
Fix Style/MultilineOperationIndentation
Koronen Dec 19, 2015
2190ef0
Fix Style/NegatedIf
Koronen Dec 19, 2015
535a19f
Fix Style/Next
Koronen Dec 19, 2015
cdd969d
Fix Style/PercentLiteralDelimiters
Koronen Dec 19, 2015
a54a311
Fix Style/PredicateName
Koronen Dec 19, 2015
32e5b95
Fix Style/RedundantBegin
Koronen Dec 19, 2015
d7b64d4
Fix Style/RedundantSelf
Koronen Dec 19, 2015
fac8a6f
Fix Style/RegexpLiteral
Koronen Dec 19, 2015
3e2ddc7
Fix Style/RescueModifier
Koronen Dec 19, 2015
e11f481
Fix Style/SignalException
Koronen Dec 19, 2015
6b0d42a
Fix Style/SingleLineMethods
Koronen Dec 19, 2015
c454960
Fix Style/SingleSpaceBeforeFirstArg
Koronen Dec 19, 2015
69fbb3b
Fix Style/SpaceBeforeBlockBraces
Koronen Dec 19, 2015
9a6632c
Fix Style/SpaceInsideBlockBraces
Koronen Dec 19, 2015
c7e50ba
Fix Style/SpaceInsideHashLiteralBraces
Koronen Dec 19, 2015
e1cc346
Fix Style/SpaceInsideParens
Koronen Dec 19, 2015
22d8230
Fix Style/StructInheritance
Koronen Dec 19, 2015
9a3e6ab
Fix Style/SymbolLiteral
Koronen Dec 19, 2015
b6ceb2b
Fix Style/SymbolProc
Koronen Dec 19, 2015
c0fac84
Fix Style/TrailingComma
Koronen Dec 19, 2015
d044e7e
Fix Style/WordArray
Koronen Dec 19, 2015
00b8789
Disable Style/NumericLiterals
Koronen Dec 31, 2015
f68e946
Enforce double quotes
Koronen Jan 24, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
inherit_from: .rubocop_todo.yml

AllCops:
Exclude:
- 'db/schema.rb'
Expand All @@ -11,8 +9,20 @@ Metrics/LineLength:
Metrics/MethodLength:
Max: 15

Style/Documentation:
Enabled: false

Style/DoubleNegation:
Enabled: false

Style/IfUnlessModifier:
MaxLineLength: 120

Style/NumericLiterals:
Enabled: false

Style/StringLiterals:
EnforcedStyle: double_quotes

Style/WhileUntilModifier:
MaxLineLength: 120
352 changes: 0 additions & 352 deletions .rubocop_todo.yml

This file was deleted.

Loading