File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 331331 <exclude >com.github.sevntu.checkstyle.checks.coding.ForbidInstantiationCheck</exclude >
332332 <exclude >com.github.sevntu.checkstyle.checks.coding.ForbidThrowAnonymousExceptionsCheck</exclude >
333333 <exclude >com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck</exclude >
334+ <exclude >com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler</exclude >
334335 <exclude >com.github.sevntu.checkstyle.checks.coding.MapIterationInForEachLoopCheck</exclude >
335336 <exclude >com.github.sevntu.checkstyle.checks.coding.NoNullForCollectionReturnCheck</exclude >
336337 <exclude >com.github.sevntu.checkstyle.checks.coding.NumericLiteralNeedsUnderscoreCheck</exclude >
555556 </limit >
556557 </limits >
557558 </rule >
559+ <rule >
560+ <element >CLASS</element >
561+ <includes >
562+ <include >com.github.sevntu.checkstyle.checks.coding.Jsr305AnnotationsCheck.AbstractJsr305Handler</include >
563+ </includes >
564+ <limits >
565+ <limit >
566+ <counter >LINE</counter >
567+ <value >COVEREDRATIO</value >
568+ <minimum >1.00</minimum >
569+ </limit >
570+ <limit >
571+ <counter >BRANCH</counter >
572+ <value >COVEREDRATIO</value >
573+ <minimum >0.98</minimum >
574+ </limit >
575+ </limits >
576+ </rule >
558577 <rule >
559578 <element >CLASS</element >
560579 <includes >
You can’t perform that action at this time.
0 commit comments