Skip to content

Commit c0771c5

Browse files
committed
Fix new RuboCop violations
1 parent e4a7b47 commit c0771c5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

lib/tasks/ruby_lsp_rails_tasks.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# desc "Explaining what the task does"
34
# task :ruby_lsp_rails do
45
# # Task goes here

test/dummy/config/initializers/content_security_policy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# typed: true
22
# frozen_string_literal: true
3+
34
# Be sure to restart your server when you modify this file.
45

56
# Define an application-wide content security policy.

test/dummy/config/initializers/inflections.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# typed: true
22
# frozen_string_literal: true
3+
34
# Be sure to restart your server when you modify this file.
45

56
# Add new inflection rules using the following format. Inflections

test/dummy/config/initializers/permissions_policy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# typed: true
22
# frozen_string_literal: true
3+
34
# Define an application-wide HTTP permissions policy. For further
45
# information see https://developers.google.com/web/updates/2018/06/feature-policy
56
#

0 commit comments

Comments
 (0)