518518 }
519519 ],
520520 "exclude" : {
521+ "path" : " relative" ,
521522 "all" : [],
522523 "Dynamic" : [
523- " checkstyle. Main" ,
524- " checkstyle. Checker" ,
525- " checkstyle. ChecksInfo" ,
526- " checkstyle. checks. Check" ,
527- " checkstyle. checks. Directive" ,
528- " checkstyle. checks. whitespace. SpacingCheck" ,
529- " checkstyle. checks. imports. UnusedImportCheck" ,
524+ " checkstyle/ Main" ,
525+ " checkstyle/ Checker" ,
526+ " checkstyle/ ChecksInfo" ,
527+ " checkstyle/ checks/ Check" ,
528+ " checkstyle/ checks/ Directive" ,
529+ " checkstyle/ checks/ whitespace/ SpacingCheck" ,
530+ " checkstyle/ checks/ imports/ UnusedImportCheck" ,
530531 " TestMain" ,
531- " misc. ExtensionsTest" ,
532- " token. TokenTreeBuilderParsingTest"
532+ " misc/ ExtensionsTest" ,
533+ " token/ TokenTreeBuilderParsingTest"
533534 ],
534535 "MultipleStringLiterals" : [
535536 " checks" ,
536537 " token"
537538 ],
538539 "CyclomaticComplexity" : [
539- " checkstyle. checks. Check" ,
540- " checkstyle. utils. ExprUtils" ,
541- " checkstyle. utils. ComplexTypeUtils" ,
542- " checkstyle. checks. metrics. CyclomaticComplexityCheck" ,
543- " checkstyle. checks. block. LeftCurlyCheck" ,
544- " checkstyle. checks. block. RightCurlyCheck" ,
545- " checkstyle. checks. naming. MethodNameCheck" ,
546- " checkstyle. checks. type. ReturnCheck" ,
547- " checkstyle. checks. whitespace. OperatorWrapCheck" ,
548- " checkstyle. checks. whitespace. WhitespaceAfterCheck" ,
549- " checkstyle. checks. whitespace. WhitespaceAroundCheck" ,
550- " checkstyle. checks. block. EmptyBlockCheck" ,
551- " checkstyle. checks. whitespace. EmptyLinesCheck" ,
552- " checkstyle. token. walk. WalkStatement"
540+ " checkstyle/ checks/ Check" ,
541+ " checkstyle/ utils/ ExprUtils" ,
542+ " checkstyle/ utils/ ComplexTypeUtils" ,
543+ " checkstyle/ checks/ metrics/ CyclomaticComplexityCheck" ,
544+ " checkstyle/ checks/ block/ LeftCurlyCheck" ,
545+ " checkstyle/ checks/ block/ RightCurlyCheck" ,
546+ " checkstyle/ checks/ naming/ MethodNameCheck" ,
547+ " checkstyle/ checks/ type/ ReturnCheck" ,
548+ " checkstyle/ checks/ whitespace/ OperatorWrapCheck" ,
549+ " checkstyle/ checks/ whitespace/ WhitespaceAfterCheck" ,
550+ " checkstyle/ checks/ whitespace/ WhitespaceAroundCheck" ,
551+ " checkstyle/ checks/ block/ EmptyBlockCheck" ,
552+ " checkstyle/ checks/ whitespace/ EmptyLinesCheck" ,
553+ " checkstyle/ token/ walk/ WalkStatement"
553554 ],
554555 "LeftCurly" : [
555- " checkstyle. checks. metrics. CyclomaticComplexityCheck"
556+ " checkstyle/ checks/ metrics/ CyclomaticComplexityCheck"
556557 ],
557558 "RightCurly" : [
558- " checkstyle. checks. metrics. CyclomaticComplexityCheck"
559+ " checkstyle/ checks/ metrics/ CyclomaticComplexityCheck"
559560 ],
560561 "MethodCount" : [
561- " checkstyle. token. TokenTreeBuilder"
562+ " checkstyle/ token/ TokenTreeBuilder"
562563 ],
563564 "MethodLength" : [
564- " checkstyle. checks. whitespace. WhitespaceAfterCheck" ,
565- " checkstyle. checks. whitespace. WhitespaceAroundCheck" ,
566- " checkstyle. checks. whitespace. EmptyLinesCheck" ,
567- " checkstyle. token. walk. WalkStatement"
565+ " checkstyle/ checks/ whitespace/ WhitespaceAfterCheck" ,
566+ " checkstyle/ checks/ whitespace/ WhitespaceAroundCheck" ,
567+ " checkstyle/ checks/ whitespace/ EmptyLinesCheck" ,
568+ " checkstyle/ token/ walk/ WalkStatement"
568569 ],
569570 "NestedForDepth" : [
570571 " TestMain"
571572 ],
572573 "MemberName" : [
573- " checkstyle. Main"
574+ " checkstyle/ Main"
574575 ]
575576 }
576577}
0 commit comments