Skip to content

Commit

Permalink
[ci] Update rubocop and rubocop todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Aug 12, 2015
1 parent 525fdde commit c3fca3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-08-12 10:29:09 +0200 using RuboCop version 0.33.0.
# on 2015-08-12 14:24:55 +0200 using RuboCop version 0.33.0.
# 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
Expand Down Expand Up @@ -505,7 +505,7 @@ Style/ColonMethodCall:
Style/CommentAnnotation:
Enabled: false

# Offense count: 72
# Offense count: 73
# Cop supports --auto-correct.
Style/CommentIndentation:
Enabled: false
Expand Down Expand Up @@ -1081,7 +1081,7 @@ Style/SpaceBeforeComma:
Style/SpaceInsideBlockBraces:
Enabled: false

# Offense count: 42
# Offense count: 40
# Cop supports --auto-correct.
Style/SpaceInsideBrackets:
Enabled: false
Expand Down
3 changes: 3 additions & 0 deletions src/api/Gemfile.lock
Expand Up @@ -320,3 +320,6 @@ DEPENDENCIES
webmock (>= 1.18.0)
xmlhash (>= 1.3.6)
yajl-ruby

BUNDLED WITH
1.10.6

0 comments on commit c3fca3b

Please sign in to comment.