1
0
Fork 0
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:
Koichi ITO 2017-08-13 22:07:54 +09:00
parent 7d85e0f95c
commit 0ea00bb5b0
2 changed files with 3 additions and 0 deletions

View file

@ -92,6 +92,7 @@ Style/FrozenStringLiteralComment:
- 'actionmailer/**/*'
- 'actionview/**/*'
- 'actionpack/**/*'
- 'ci/**/*'
- 'guides/**/*'
- 'tasks/**/*'
- 'tools/**/*'

View file

@ -1,4 +1,6 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "fileutils"
include FileUtils