Skip to content

Commit

Permalink
Added description function
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanballs committed Jul 4, 2016
1 parent 1f9b366 commit 50eec69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabot_check_skeleton/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ def run(self, check, result):
result.error = u'%s is not in the list of bones' % check.bone_name
return result

def description(self, check):
return '%s in list of bones.' % check.bone_name

0 comments on commit 50eec69

Please sign in to comment.