File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33<p align =" center " >
44 <img src =" ./development/images/icon/images/icon.png " width =" 150 " alt =" Todo PR Checker " >
55</p >
6- <!-- The app will only report on TODO items in code comments -->
6+ <!-- TODO: The app will only report on TODO items in code comments, each line is only counted once. -->
77Do you keep forgetting to resolve that one ` // TODO:... ` or fix the last ` # Bug... ` before merging your Pull Requests?
88<!--
99The capitalization of the todo, FixMe or BUG does not matter.
10- Neither does it, where in the comment the TODO is located.
10+ If action items are located close to each other, the embedded code link will contain a range of lines,
11+ as is happening here. It also does not matter where in the comment the TODO is located.
1112 -->
1213
1314The Todo PR Checker will make sure that doesn't happen anymore.
Original file line number Diff line number Diff line change 2323configure :development do
2424 set :logging , Logger ::DEBUG
2525end
26-
26+ =begin Not a BUG: Don't worry about words that contain action items
27+ lines like this one will be ignored - it's really BUGGING me when action items are misreported!
28+ The line above is only shown in the app's comment because the lines above and below contain a TODO
29+ =end
2730puts "Running Todo PR Checker version: #{ VERSION } "
2831
2932before '/' do
You can’t perform that action at this time.
0 commit comments