mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
* Format with ktfmt, use ktlint for inspections only * Make ktlint plugin required again, but set to manual * Make ktlint not used for formatting in IDE * Make ktfmt plugin required, used for formatting in IDE * Make pre-push run config use ktfmt * Add ktfmt Gradle plugin * ktfmt uses kotlinlang style both in IDE and Gradle * Upgrade ktfmt Gradle plugin, set style Also sets a minimum version for the ktfmt plugin that supports custom styles, and stores our style. * Make Kotlin and KDoc formatter plugins required * Upgrade kotlinter plugin to latest version * Use ktfmt to reformat project in run config * Add git hook for pre-push to ensure correct formatting * Format with ktfmt (#572) * Reformat everything with ktfmt * Don't nag about ktlint suppressions in .editorconfig * Suppress ktlint checks that clash with ktfmt * Disable MergeSarifTask for now * Disable upload-sarif CI step for now GitOrigin-RevId: 5038d31e095b7911d70d93b10052c012a7aa84fc
20 lines
1.8 KiB
XML
20 lines
1.8 KiB
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="AntMissingPropertiesFileInspection" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
<inspection_tool class="DeprecatedMavenDependency" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="EditorConfigKeyCorrectness" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="GradlePackageUpdate" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="GrazieInspection" enabled="false" level="GRAMMAR_ERROR" enabled_by_default="false" />
|
|
<inspection_tool class="HardwiredNamespacePrefix" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="IndexZeroUsage" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="JavaFxEventHandler" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="LanguageDetectionInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="NoButtonGroup" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="NoScrollPane" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="StructuralWrap" enabled="false" level="INFORMATION" enabled_by_default="false" />
|
|
<inspection_tool class="XsltDeclarations" enabled="false" level="ERROR" enabled_by_default="false" />
|
|
<inspection_tool class="XsltUnusedDeclaration" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
<inspection_tool class="XsltVariableShadowing" enabled="false" level="WARNING" enabled_by_default="false" />
|
|
</profile>
|
|
</component> |