mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
style: enable Style/Encoding rubocop
This commit is contained in:
parent
2240e8f2c6
commit
7daeac3401
2 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,9 @@ Style/BlockDelimiters:
|
|||
Style/BracesAroundHashParameters:
|
||||
Enabled: true
|
||||
|
||||
Style/Encoding:
|
||||
Enabled: true
|
||||
|
||||
Style/EmptyMethod:
|
||||
Enabled: true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
lib = File.expand_path('../lib/', __FILE__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue