Documentation changes

Co-Authored-By: Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
This commit is contained in:
Tomi De Lucca
2019-08-04 14:23:52 -03:00
committed by GitHub
parent 107ccbf145
commit 56a9979417

View File

@ -29,8 +29,8 @@ Rules which enforce generally accepted best practices.
externalInfoUrl="http://pmd.github.io/pmd/pmd_rules_swift_bestpractices.html#unavailablefunction">
<description>
Due to Objective-C and Swift interoperability some functions are often required to be implemented but
aren't really needed. Is extremely common that the sole implementation of the functions consist of throwing
a fatal error. Marking this functions as unavailable prevents them from being executed while still making
aren't really needed. It is extremely common that the sole implementation of the functions consist of throwing
a fatal error. Marking these functions as unavailable prevents them from being executed while still making
the compiler happy.
</description>
<priority>3</priority>