changeset 458:1c6a056269e6

RIP rubocop
author nanaya <me@nanaya.pro>
date Sat, 14 Apr 2018 04:19:29 +0900
parents 871fe28b8349
children 07d6c6639adf
files .rubocop.yml
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/.rubocop.yml	Sat Dec 09 20:08:42 2017 +0900
+++ b/.rubocop.yml	Sat Apr 14 04:19:29 2018 +0900
@@ -1,5 +1,3 @@
-inherit_from: .rubocop_todo.yml
-
 AllCops:
   Include:
     - Gemfile
@@ -11,9 +9,3 @@
 
 Rails:
   Enabled: true
-
-HashSyntax:
-  EnforcedStyle: hash_rockets
-
-StringLiterals:
-  EnforcedStyle: double_quotes