Skip to content

Commit

Permalink
fix #12
Browse files Browse the repository at this point in the history
  • Loading branch information
n.maletin committed Jun 8, 2016
1 parent 4941e58 commit c8273af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/face_control/checkers/comments.rb
Expand Up @@ -13,7 +13,7 @@ def parse(command_output)
file, line_num = line.split(":", 3)
Comment.new(
file: file,
line: line_num,
line: line_num.to_i,
text: "Do not bury this task in code. Do it now or create a JIRA issue."
)
end
Expand Down

0 comments on commit c8273af

Please sign in to comment.