Skip to content

Commit

Permalink
minor: compliant code in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ov7a committed Nov 25, 2022
1 parent e0a9a3e commit 7ce3ebd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ import org.jetbrains.kotlin.types.KotlinType
* class SomeClass()
* </noncompliant>
*
* <compliant>
* @@Suppress("unused")
* class SomeClass()
* </compliant>
*/
@RequiresTypeResolution
class ForbiddenAnnotation(config: Config = Config.empty) : Rule(config) {
Expand Down

0 comments on commit 7ce3ebd

Please sign in to comment.