Add entry for task 'checkMessageUses'

ljacqu 2017-03-24 23:10:08 +01:00
parent 4027b376d5
commit 9a8143192c

@ -6,6 +6,7 @@ Once you start the ToolsRunner, a list of all available tools will be displayed.
Cat | Name | Description
------------ | ----------------------- | -----------
:paperclip: | addJavaDocToMessageEnum | Adds a JavaDoc comment to each MessageKey entry with the according English message.
:flashlight: | checkMessageUses | Finds message keys which aren't used anywhere
:paperclip: | checkTestMocks | Checks that test classes' `@Mock` fields correspond to the tested class' `@Inject` fields.
:green_book: | createCommandPage | Updates the docs/commands.md page.
:green_book: | describeHashAlgos | Updates the docs/hash_algorithms.md page.