提交 e15cda54 编写于 作者: J Justin Collins

Ignore generators

especially since they are often ERB, not Ruby files even though they have
an .rb extension.
上级 0579dd81
......@@ -71,7 +71,7 @@ module Brakeman
end
def lib_paths
@lib_files ||= find_paths("lib")
@lib_files ||= find_paths("lib").reject { |path| path.include? "/generators/" }
end
private
......
class <%= file_name.camelize %> < ActiveRecord::Base
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册