提交 0ea00bb5 编写于 作者: K Koichi ITO

Use frozen string literal in ci/

上级 7d85e0f9
......@@ -92,6 +92,7 @@ Style/FrozenStringLiteralComment:
- 'actionmailer/**/*'
- 'actionview/**/*'
- 'actionpack/**/*'
- 'ci/**/*'
- 'guides/**/*'
- 'tasks/**/*'
- 'tools/**/*'
......
#!/usr/bin/env ruby
# frozen_string_literal: true
require "fileutils"
include FileUtils
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册