aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/backtrace_cleaner.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-07-11 17:36:43 -0400
committerGitHub <noreply@github.com>2017-07-11 17:36:43 -0400
commitcfb1e4dfd8813d3d5c75a15a750b3c53eebdea65 (patch)
tree387edb2a4b1bdcdb5271d285c6fdf106313521a1 /activesupport/lib/active_support/backtrace_cleaner.rb
parentf3e8d599a3ce4bdc6cf38ccd2e78c14cb84e28c5 (diff)
parent2653765144976d8f085d3ac473926b3f97a71d6b (diff)
downloadrails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.gz
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.bz2
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.zip
Merge pull request #29748 from koic/enable_layout_empty_line_after_magic_comment
Enable Layout/EmptyLineAfterMagicComment cop
Diffstat (limited to 'activesupport/lib/active_support/backtrace_cleaner.rb')
-rw-r--r--activesupport/lib/active_support/backtrace_cleaner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/backtrace_cleaner.rb b/activesupport/lib/active_support/backtrace_cleaner.rb
index 1ffa2c05a2..16dd733ddb 100644
--- a/activesupport/lib/active_support/backtrace_cleaner.rb
+++ b/activesupport/lib/active_support/backtrace_cleaner.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
module ActiveSupport
# Backtraces often include many lines that are not relevant for the context
# under review. This makes it hard to find the signal amongst the backtrace