forked from checkstyle/eclipse-cs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue checkstyle#451: fix checkstyle violations
- Loading branch information
Showing
7 changed files
with
128 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...ipsecs.checkstyle/metadata/com/puppycrawl/tools/checkstyle/checkstyle-metadata.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Other.group = Other | ||
|
||
Checker.name = Checker | ||
Checker.desc = Root module of every checkstyle configuration. Cannot be deleted. | ||
Checker.cacheFile = caches information about files that have checked ok; used to avoid repeated checks of the same files | ||
Checker.basedir = base directory name; stripped off in messages about files | ||
Checker.localeCountry = locale country for messages | ||
Checker.localeLanguage = locale language for messages | ||
Checker.cacheFile = caches information about files that have checked ok; used to avoid repeated checks of the same files | ||
Checker.charset = name of the file charset (Note: eclipse-cs plugin sets this property to the projects default charset) | ||
Checker.desc = Root module of every checkstyle configuration. Cannot be deleted. | ||
Checker.fileExtensions = file extensions that are accepted (comma separated) | ||
Checker.haltOnException = Controls whether exceptions should halt execution or not. | ||
Checker.localeCountry = locale country for messages | ||
Checker.localeLanguage = locale language for messages | ||
Checker.name = Checker | ||
Checker.tabWidth = number of expanded spaces for a tab character ('\t'); used in messages and Checks that print violations on files with tabs | ||
|
||
TreeWalker.name = TreeWalker | ||
Other.group = Other | ||
|
||
TreeWalker.desc = FileSetCheck TreeWalker checks individual Java source files and defines properties that are applicable to checking such files. | ||
TreeWalker.fileExtensions = file type extension to identify java files. Setting this property is typically only required if your java source code is preprocessed before compilation and the original files do not have the extension .java | ||
TreeWalker.name = TreeWalker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
generateSourceBundle=false | ||
bin.includes = META-INF/,\ | ||
docs/,\ | ||
toc.xml,\ | ||
plugin.xml | ||
|
||
|
||
generateSourceBundle=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters