Skip to content

Commit

Permalink
style: format code with Prettier, RuboCop, StandardJS and StandardRB
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 01f7446 according to the output
from Prettier, RuboCop, StandardJS and StandardRB.

Details: #109
  • Loading branch information
deepsource-autofix[bot] authored Mar 7, 2024
1 parent 01f7446 commit 945d6bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/initializers/new_framework_defaults_7_1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
# this file):
# config.active_support.cache_format_version = 7.1


###
# Configure Action View to use HTML5 standards-compliant sanitizers when they are supported on your
# platform.
Expand All @@ -253,7 +252,6 @@
#++
# Rails.application.config.action_view.sanitizer_vendor = Rails::HTML::Sanitizer.best_supported_vendor


###
# Configure Action Text to use an HTML5 standards-compliant sanitizer when it is supported on your
# platform.
Expand All @@ -265,14 +263,12 @@
#++
# Rails.application.config.action_text.sanitizer_vendor = Rails::HTML::Sanitizer.best_supported_vendor


###
# Configure the log level used by the DebugExceptions middleware when logging
# uncaught exceptions during requests.
#++
# Rails.application.config.action_dispatch.debug_exception_log_level = :error


###
# Configure the test helpers in Action View, Action Dispatch, and rails-dom-testing to use HTML5
# parsers.
Expand Down

0 comments on commit 945d6bf

Please sign in to comment.