mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* Add DeprecatedBlockTag rule * Refactor DeprecatedBlockTagSpec tests to remove Spek complexity * Fix incorrect deprecation test snippets on property set/get * Add link to official docs in DeprecatedBlockTag * Extract KDocStyle class out of EndOfSentenceFormat.kt * Fix EndOfSentenceFormat not visiting declarations on its own * Add DeprecatedBlockTag to KDocStyle * Fix code made useless by DeprecatedBlockTag move