File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 107107
108108 <module name =" NeedBraces" />
109109
110+ <!-- not working, therefore disabled
110111 <module name="EmptyBlock">
111112 <property name="option" value="text"/>
112113 </module>
114+ -->
113115
114116 <!-- Disallows empty catch blocks (not even having a comment): https://checkstyle.sourceforge.io/config_blocks.html#EmptyCatchBlock -->
115117 <module name =" EmptyCatchBlock" />
116118
117119 <!--
118- following rule enforces that there are no one line statements such as
119-
120- public String getTabName() { return Localization.lang("XMP metadata"); }
121-
122- -->
120+ following are enforced by the formatter
123121 <module name="LeftCurly"/>
124-
125122 <module name="RightCurly"/>
123+ -->
126124
127125 <!-- coding - https://checkstyle.sourceforge.io/config_coding.html -->
128126
Original file line number Diff line number Diff line change 107107
108108 <module name =" NeedBraces" />
109109
110+ <!-- not working, therefore disabled
110111 <module name="EmptyBlock">
111112 <property name="option" value="text"/>
112113 </module>
114+ -->
113115
114116 <!-- Disallows empty catch blocks (not even having a comment): https://checkstyle.sourceforge.io/config_blocks.html#EmptyCatchBlock -->
115117 <module name =" EmptyCatchBlock" />
116118
117119 <!--
118- following rule enforces that there are no one line statements such as
119-
120- public String getTabName() { return Localization.lang("XMP metadata"); }
121-
122- -->
120+ following are enforced by the formatter
123121 <module name="LeftCurly"/>
124-
125122 <module name="RightCurly"/>
123+ -->
126124
127125 <!-- coding - https://checkstyle.sourceforge.io/config_coding.html -->
128126
You can’t perform that action at this time.
0 commit comments