This commit is contained in:
Loic Nageleisen 2017-03-01 09:34:43 +01:00
parent 2155aa8d43
commit 619837da62
3 changed files with 52 additions and 5 deletions

15
.rubocop_todo.yml Normal file
View file

@ -0,0 +1,15 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-02-28 19:06:39 +0100 using RuboCop version 0.47.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: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: prefer_alias, prefer_alias_method
Style/Alias:
Exclude:
- 'test/helper.rb'