mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add haml and slim to the list of extensions supported by rake notes
This commit is contained in:
parent
965f6f22aa
commit
120861c023
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ The +doc:+ namespace has the tools to generate documentation for your app, API d
|
|||
|
||||
h4. +notes+
|
||||
|
||||
+rake notes+ will search through your code for comments beginning with FIXME, OPTIMIZE or TODO. The search is only done in files with extension +.builder+, +.rb+ and +.erb+ for both default and custom annotations.
|
||||
+rake notes+ will search through your code for comments beginning with FIXME, OPTIMIZE or TODO. The search is done in files with extension +.builder+, +.rb+, +.erb+, +.haml+ and +.slim+ for both default and custom annotations.
|
||||
|
||||
<shell>
|
||||
$ rake notes
|
||||
|
|
Loading…
Reference in a new issue