chore: enable freeze string literals by comment
This commit is contained in:
parent
edeb9a46ec
commit
77fb0553fc
2262 changed files with 4520 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "graphql/rake_task"
|
||||
GraphQL::RakeTask.new(schema_name: "API::V2::Schema", directory: 'app/graphql')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue