Files
openide/platform/jewel/.idea/inspectionProfiles/Project_Default.xml
Sebastiano Poggi 0beda7c672 Use ktfmt for formatting (#571)
* 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
2024-09-03 13:53:48 +00:00

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>