# We are using default RuboCop settings. # We are writing beautiful code. # There is nothing to change here. At least now. AllCops: TargetRubyVersion: 2.4 DefaultFormatter: fuubar DisplayCopNames: true ExtraDetails: true Exclude: # Ignore vendored gems - vendor/**/* # UTF-8 FTW Style/AsciiComments: Enabled: false inherit_from: .rubocop_todo.yml