Muriel-Salvan/rails-ajax

View on GitHub
.hound.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-03-28 10:25:56 +0100 using RuboCop version 0.19.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: 78
# Cop supports --auto-correct.
EmptyLinesAroundBody:
  Enabled: false

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

# Offense count: 8
# Configuration parameters: EnforcedStyle, SupportedStyles.
DotPosition:
  EnforcedStyle: trailing

# Offense count: 79
LineLength:
  Enabled: false

# Offense count: 2
# Configuration parameters: ExactNameMatch, AllowPredicates, Whitelist.
TrivialAccessors:
  AllowPredicates: true