Skip to content

Commit

Permalink
Issue checkstyle#614: Resolve alphabetically unsorted properties IDEA…
Browse files Browse the repository at this point in the history
… violations
  • Loading branch information
Vyom-Yadav committed Aug 27, 2022
1 parent d9d70be commit 41bef28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions releasenotes-builder/config/checkstyle.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 41bef28

Please sign in to comment.