config.inspection.ktlint.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktlint Show documentation
Show all versions of ktlint Show documentation
An anti-bikeshedding Kotlin linter with built-in formatter.
<?xml version="1.0" encoding="UTF-8"?> <inspections version="1.0"> <option name="myName" value="ktlint" /> <inspection_tool class="KotlinUnusedImport" enabled="true" level="ERROR" enabled_by_default="true" /> <inspection_tool class="RedundantSemicolon" enabled="true" level="ERROR" enabled_by_default="true" /> </inspections>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy