tadyjp/rendezvous

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-11-27 00:49:42 +0900 using RuboCop version 0.35.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: 2
# Configuration parameters: EnforcedStyle, SupportedStyles.
Rails/Date:
  Exclude:
    - 'app/models/post.rb'
    - 'spec/models/post_spec.rb'

# Offense count: 14
# Configuration parameters: EnforcedStyle, SupportedStyles.
Rails/TimeZone:
  Exclude:
    - 'app/models/notification.rb'
    - 'app/models/post.rb'
    - 'app/models/user.rb'
    - 'spec/factories/users.rb'
    - 'spec/features/posts_spec.rb'
    - 'spec/models/post_spec.rb'