require: - rubocop-rails inherit_from: - rubocop.yml # This actually breaks some SQL queries: Rails/PluckInWhere: Enabled: false # We call use cases from the console so we want to see output Rails/Output: Exclude: - 'app/use_cases/**/*' # The generators are designed to evaluate questionnaire contents as HTML. Rails/OutputSafety: Exclude: - 'app/generators/**/*' # We think it's okay to use instance variables in helper classes. We may choose to refactor these # and remove this assertion at a later date. Rails/HelperInstanceVariable: Exclude: - 'app/helpers/**/*'