提交 9cf3596d 编写于 作者: Y yui-knk

Fix comment of SourceAnnotationExtractor#find_in

Commit(810af6f6) changed which extensions are taken into account,
so make to match comment of find_in.
And sort extensions to follow the added order.
上级 001e6006
......@@ -80,9 +80,8 @@ def find(dirs)
# Returns a hash that maps filenames under +dir+ (recursively) to arrays
# with their annotations. Only files with annotations are included. Files
# with extension +.builder+, +.rb+, +.erb+, +.haml+, +.slim+, +.css+,
# +.scss+, +.js+, +.coffee+, +.rake+, +.sass+ and +.less+
# are taken into account.
# with extension +.builder+, +.rb+, +.rake+, +.yml+, +.yaml+, +.ruby+,
# +.css+, +.js+ and +.erb+ are taken into account.
def find_in(dir)
results = {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册