.rubocop_todo.yml
# This configuration was generated by# `rubocop --auto-gen-config`# on 2016-08-27 23:56:07 +0300 using RuboCop version 0.42.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# versions of RuboCop, may require this file to be generated again. # Offense count: 1# Cop supports --auto-correct.Style/BlockComments: Exclude: - 'spec/spec_helper.rb' # Offense count: 2# Configuration parameters: EnforcedStyle, SupportedStyles.# SupportedStyles: nested, compactStyle/ClassAndModuleChildren: Exclude: - 'lib/trailblazer/operation/responder.rb' - 'test/test_helper.rb' # Offense count: 1# Cop supports --auto-correct.Style/EmptyLines: Exclude: - 'Gemfile' # Offense count: 1# Cop supports --auto-correct.# Configuration parameters: MaxLineLength.Style/IfUnlessModifier: Exclude: - 'config/initializers/rollbar.rb' # Offense count: 2# Cop supports --auto-correct.Style/SpaceInsideBrackets: Exclude: - 'config/environments/production.rb' # Offense count: 7# Cop supports --auto-correct.# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.# SupportedStyles: single_quotes, double_quotesStyle/StringLiterals: Exclude: - 'config/environments/production.rb' - 'config/puma.rb' - 'db/migrate/20160816183457_create_doorkeeper_tables.rb' - 'spec/rails_helper.rb' # Offense count: 1# Cop supports --auto-correct.# Configuration parameters: IgnoredMethods.# IgnoredMethods: respond_to, define_methodStyle/SymbolProc: Exclude: - 'db/migrate/20160728181339_create_accounts.rb'