1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[Action View] rubocop -a --only Layout/EmptyLineAfterMagicComment

This commit is contained in:
Koichi ITO 2017-07-10 22:48:09 +09:00
parent d2901bd517
commit b427c461ef
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# frozen_string_literal: true
require "active_support/log_subscriber"
module ActionView

View file

@ -1,4 +1,5 @@
# frozen_string_literal: true
require "active_support/core_ext/object/try"
require "active_support/core_ext/kernel/singleton_class"
require "thread"

View file

@ -1,4 +1,5 @@
# encoding: US-ASCII
require "abstract_unit"
require "logger"