KT.UNNECESSARY_BACKTICKS

Unnecessary backticks

This rule reports unnecessary backticks.

Noncompliant Code

Copy
class `HelloWorld`

Compliant Code

Copy
class HelloWorld

The content on this page is adapted from the Detekt Docs. Copyright ©2022 The Detekt Team. All rights reserved. https://detekt.dev/comments.html