From f27d03a108117403e47049a2cb52d45a1ac55a6c Mon Sep 17 00:00:00 2001 From: Torsten Grote <t@grobox.de> Date: Mon, 9 Aug 2021 09:59:05 +0200 Subject: [PATCH] Add ktlintCheck to run configurations --- .run/mailbox [ktlintCheck].run.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .run/mailbox [ktlintCheck].run.xml diff --git a/.run/mailbox [ktlintCheck].run.xml b/.run/mailbox [ktlintCheck].run.xml new file mode 100644 index 00000000..1725b2bd --- /dev/null +++ b/.run/mailbox [ktlintCheck].run.xml @@ -0,0 +1,21 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="mailbox [ktlintCheck]" type="GradleRunConfiguration" factoryName="Gradle"> + <ExternalSystemSettings> + <option name="executionName" /> + <option name="externalProjectPath" value="$PROJECT_DIR$" /> + <option name="externalSystemIdString" value="GRADLE" /> + <option name="scriptParameters" value="" /> + <option name="taskDescriptions"> + <list /> + </option> + <option name="taskNames"> + <list> + <option value="ktlintCheck" /> + </list> + </option> + <option name="vmOptions" value="" /> + </ExternalSystemSettings> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> + <method v="2" /> + </configuration> +</component> \ No newline at end of file -- GitLab