Update namespace on Style cops

Several Style cops have been moved to the Naming namespace. Update the
cop namespaces to match and remove errors.
This commit is contained in:
Kyle Chilcutt 2017-10-31 09:40:40 -07:00
Родитель 277bdfa060
Коммит 9f083acd94
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D70985CF448A7238
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -194,7 +194,7 @@ Security/Eval:
Style/ArrayJoin:
Enabled: true
Style/AsciiIdentifiers:
Naming/AsciiIdentifiers:
Enabled: true
Style/BeginBlock:
@ -212,7 +212,7 @@ Style/CaseEquality:
Style/CharacterLiteral:
Enabled: true
Style/ClassAndModuleCamelCase:
Naming/ClassAndModuleCamelCase:
Enabled: true
Style/ClassMethods:
@ -230,7 +230,7 @@ Style/EndBlock:
Layout/EndOfLine:
Enabled: true
Style/FileName:
Naming/FileName:
Enabled: true
Style/FlipFlop:
@ -254,7 +254,7 @@ Style/MethodCallWithoutArgsParentheses:
Style/MethodDefParentheses:
Enabled: true
Style/MethodName:
Naming/MethodName:
Enabled: true
Style/MultilineIfThen: