mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use frozen string literal in ci/
This commit is contained in:
parent
7d85e0f95c
commit
0ea00bb5b0
2 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,7 @@ Style/FrozenStringLiteralComment:
|
|||
- 'actionmailer/**/*'
|
||||
- 'actionview/**/*'
|
||||
- 'actionpack/**/*'
|
||||
- 'ci/**/*'
|
||||
- 'guides/**/*'
|
||||
- 'tasks/**/*'
|
||||
- 'tools/**/*'
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "fileutils"
|
||||
include FileUtils
|
||||
|
||||
|
|
Loading…
Reference in a new issue