mirror of
https://github.com/lloeki/rebel.git
synced 2025-12-06 01:54:40 +01:00
Lint
This commit is contained in:
parent
2155aa8d43
commit
619837da62
3 changed files with 52 additions and 5 deletions
15
.rubocop_todo.yml
Normal file
15
.rubocop_todo.yml
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue