framallo/movies-with-neo4j

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from: .rubocop_todo.yml


#---------------------------
# Style configuration
#---------------------------

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/HashSyntax:
  Enabled: true
  EnforcedStyle: ruby19

#---------------------------
# Don't intend to fix these:
#---------------------------