Skip to content

Commit

Permalink
merge seperate_user
Browse files Browse the repository at this point in the history
  • Loading branch information
emcallaway committed Apr 30, 2015
2 parents 152d79e + 941d0c6 commit 4397b87
Show file tree
Hide file tree
Showing 57 changed files with 637 additions and 986 deletions.
10 changes: 10 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
inherit_from: .rubocop_todo.yml

AllCops:
Exclude:
- 'db/migrate/*'
- 'db/schema.rb'
- 'config/environments/*'
- 'config/initializers/*'
- 'config/locales/*'
- 'features/*/*'
263 changes: 263 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,263 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-04-30 14:22:52 -0500 using RuboCop version 0.29.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 35
Lint/AmbiguousRegexpLiteral:
Enabled: false

# Offense count: 3
# Cop supports --auto-correct.
Lint/BlockAlignment:
Enabled: false

# Offense count: 1
Lint/Debugger:
Enabled: false

# Offense count: 1
# Configuration parameters: AlignWith, SupportedStyles.
Lint/DefEndAlignment:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Lint/DeprecatedClassMethods:
Enabled: false

# Offense count: 1
# Configuration parameters: AlignWith, SupportedStyles.
Lint/EndAlignment:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Lint/UnusedMethodArgument:
Enabled: false

# Offense count: 1
Lint/Void:
Enabled: false

# Offense count: 4
Metrics/AbcSize:
Max: 27

# Offense count: 2
Metrics/BlockNesting:
Max: 4

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 135

# Offense count: 1
Metrics/CyclomaticComplexity:
Max: 11

# Offense count: 86
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 140

# Offense count: 4
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 28

# Offense count: 2
Metrics/PerceivedComplexity:
Max: 10

# Offense count: 11
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/AlignParameters:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/BlockComments:
Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
Style/Blocks:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/BracesAroundHashParameters:
Enabled: false

# Offense count: 1
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
Enabled: false

# Offense count: 7
# Cop supports --auto-correct.
Style/CommentIndentation:
Enabled: false

# Offense count: 23
Style/Documentation:
Enabled: false

# Offense count: 7
# Cop supports --auto-correct.
Style/EmptyLines:
Enabled: false

# Offense count: 16
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyLinesAroundBlockBody:
Enabled: false

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyLinesAroundClassBody:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/EmptyLinesAroundMethodBody:
Enabled: false

# Offense count: 5
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false

# Offense count: 158
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/HashSyntax:
Enabled: false

# Offense count: 3
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false

# Offense count: 23
# Cop supports --auto-correct.
Style/IndentationConsistency:
Enabled: false

# Offense count: 16
# Cop supports --auto-correct.
# Configuration parameters: Width.
Style/IndentationWidth:
Enabled: false

# Offense count: 7
# Cop supports --auto-correct.
Style/LeadingCommentSpace:
Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
Style/LineEndConcatenation:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/NegatedIf:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/NumericLiterals:
MinDigits: 15

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Enabled: false

# Offense count: 5
# Cop supports --auto-correct.
Style/PerlBackrefs:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/RedundantSelf:
Enabled: false

# Offense count: 2
Style/RegexpLiteral:
MaxSlashes: 3

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/SignalException:
Enabled: false

# Offense count: 37
# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
Style/SpaceAfterComma:
Enabled: false

# Offense count: 2
# Cop supports --auto-correct.
Style/SpaceAroundOperators:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/SpaceBeforeBlockBraces:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/SpaceBeforeComma:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
Style/SpaceBeforeComment:
Enabled: false

# Offense count: 4
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
Style/SpaceInsideBlockBraces:
Enabled: false

# Offense count: 34
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles.
Style/SpaceInsideHashLiteralBraces:
Enabled: false

# Offense count: 10
# Cop supports --auto-correct.
Style/TrailingWhitespace:
Enabled: false

# Offense count: 1
Style/UnlessElse:
Enabled: false
63 changes: 0 additions & 63 deletions Gemfile~

This file was deleted.

46 changes: 0 additions & 46 deletions app/assets/stylesheets/application.css~

This file was deleted.

Loading

0 comments on commit 4397b87

Please sign in to comment.