Skip to content

Commit fd0a4bf

Browse files
committed
Tweak tooltips
1 parent d22c0fd commit fd0a4bf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: src/main/java/io/gitlab/arturbosch/detekt/config/DetektConfigurationForm.form

+6-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</constraints>
3131
<properties>
3232
<text value=""/>
33-
<toolTipText value="Path to detekt configuration file"/>
33+
<toolTipText value="Selects path to your custom detekt configuration file"/>
3434
</properties>
3535
</component>
3636
</children>
@@ -42,7 +42,7 @@
4242
<properties>
4343
<selected value="true"/>
4444
<text value="Enable Detekt"/>
45-
<toolTipText value="Enable Detekt"/>
45+
<toolTipText value="Enables Detekt to run on file modifications or not"/>
4646
</properties>
4747
</component>
4848
<component id="557e8" class="javax.swing.JCheckBox" binding="buildUponDefaultConfig">
@@ -60,6 +60,7 @@
6060
</constraints>
6161
<properties>
6262
<text value="Treat detekt findings as errors"/>
63+
<toolTipText value="Shows detekt findings as errors instead of warnings"/>
6364
</properties>
6465
</component>
6566
<vspacer id="f22cd">
@@ -72,7 +73,8 @@
7273
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
7374
</constraints>
7475
<properties>
75-
<text value="Enable Formatting"/>
76+
<text value="Enable Formatting rules"/>
77+
<toolTipText value="Adds rules related to code formatting"/>
7678
</properties>
7779
</component>
7880
<component id="85c28" class="javax.swing.JCheckBox" binding="failFast">
@@ -90,7 +92,7 @@
9092
</constraints>
9193
<properties>
9294
<text value="Auto correct"/>
93-
<toolTipText value="Automatically corrects in-place rules that are fixable"/>
95+
<toolTipText value="Corrects automatically in-place rules that are fixable"/>
9496
</properties>
9597
</component>
9698
</children>

0 commit comments

Comments
 (0)