Skip to content

Commit

Permalink
Merge pull request #47099 from okuramasafumi/add-nodoc-to-backtrace_c…
Browse files Browse the repository at this point in the history
…leaner

[ci-skip] Add nodoc to `Rails::BacktraceCleaner`
  • Loading branch information
zzak committed Jan 22, 2023
2 parents 6d91791 + 65567a3 commit e158950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/backtrace_cleaner.rb
Expand Up @@ -4,7 +4,7 @@
require "active_support/core_ext/string/access"

module Rails
class BacktraceCleaner < ActiveSupport::BacktraceCleaner
class BacktraceCleaner < ActiveSupport::BacktraceCleaner # :nodoc:
APP_DIRS_PATTERN = /\A(?:\.\/)?(?:app|config|lib|test|\(\w*\))/
RENDER_TEMPLATE_PATTERN = /:in `.*_\w+_{2,3}\d+_\d+'/

Expand Down

0 comments on commit e158950

Please sign in to comment.