Skip to content
代码片段 群组 项目
提交 b0671fb1 编辑于 作者: Nao Hashizume's avatar Nao Hashizume
浏览文件

Fix uninitialized constant error in find_only_allowed_files_changes

上级 ed6792a0
加载中
......@@ -3,6 +3,8 @@
require_relative '../lib/tooling/find_changes'
ALLOWED_FILE_TYPES = ['.js', '.vue', '.md', '.scss'].freeze
if Tooling::FindChanges.new(from: :api).only_allowed_files_changed
puts "Only files with extensions #{ALLOWED_FILE_TYPES.join(', ')} were changed"
exit 0
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册