Use rubocop auto correct to add frozen string literal to all files

This is an unsafe auto corection, we will need to trust our build here
This commit is contained in:
Luis Ramos
2021-06-17 23:07:26 +01:00
parent 4fe9a936f0
commit e52937c113
337 changed files with 679 additions and 351 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
# Validates an integer array
#
# This uses Integer() behind the scenes.