From e5653b23ae0baa9808818607bde8cea54305df67 Mon Sep 17 00:00:00 2001 From: Vyom-Yadav Date: Sat, 27 Aug 2022 19:16:56 +0530 Subject: [PATCH] Issue #614: Resolve alphabetically unsorted properties IDEA violations --- releasenotes-builder/config/checkstyle.properties | 4 ++-- .../main/java/com/github/checkstyle/publishers/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releasenotes-builder/config/checkstyle.properties b/releasenotes-builder/config/checkstyle.properties index 4b1a8c04..914f2c7f 100644 --- a/releasenotes-builder/config/checkstyle.properties +++ b/releasenotes-builder/config/checkstyle.properties @@ -1,6 +1,6 @@ -checkstyle.suppressions.file=config/suppressions.xml checkstyle.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java.header -checkstyle.regexp.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java_regexp.header checkstyle.importcontrol.file=config/import-control.xml checkstyle.importcontroltest.file=config/import-control-test.xml +checkstyle.regexp.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java_regexp.header checkstyle.suppressions-xpath.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/suppressions-xpath.xml +checkstyle.suppressions.file=config/suppressions.xml diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/README.md b/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/README.md index 08607426..63f63c6f 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/README.md +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/README.md @@ -47,10 +47,10 @@ java -jar releasenotes-builder-1.0-all.jar -localRepoPath /home/user/opensource/ where twitter.properties looks like: ```properties -twitterConsumerKey=Fgsdf456sdffe8f4cs1dcsd8S -twitterConsumerSecret=VvGSzCIFDCSzscS64cCSc8c4sczSCCScs41Ew2vJZ5TKyYhP6F twitterAccessToken=712345678921234567-4SVDS6sdvzx1vdVDV54dVDP5RcaDaEz twitterAccessTokenSecret=t5N3IoGVSHAvcvTCvJ465c4ZCXcc66548CS48SCFC1ccz +twitterConsumerKey=Fgsdf456sdffe8f4cs1dcsd8S +twitterConsumerSecret=VvGSzCIFDCSzscS64cCSc8c4sczSCCScs41Ew2vJZ5TKyYhP6F ``` ## Mailing list @@ -74,8 +74,8 @@ java -jar releasenotes-builder-1.0-all.jar -localRepoPath /home/user/opensource/ where mlist.properties looks like: ```properties -mlistUsername=username mlistPassword=password +mlistUsername=username ``` ## RSS feed