-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
partial revert of 47e3343 to add root modules back
- Loading branch information
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...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 +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.charset = name of the file charset (Note: eclipse-cs plugin sets this property to the projects default charset) | ||
Checker.fileExtensions = file extensions that are accepted (comma separated) | ||
Checker.haltOnException = Controls whether exceptions should halt execution or not. | ||
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 | ||
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 |
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