Apply rubocop rules to freeze constants

Added by popular demand among our team members.
This commit is contained in:
Javi Martín
2019-10-26 01:25:58 +02:00
parent 1ba929b4dd
commit 8b5cca746c
22 changed files with 29 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ module GraphQL
float: GraphQL::FLOAT_TYPE,
double: GraphQL::FLOAT_TYPE,
string: GraphQL::STRING_TYPE
}
}.freeze
def self.create(api_types_definitions)
created_types = {}