Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Name the "standard" category "Base", so that it's on top
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jul 26, 2021
1 parent f16ecae commit 6a8dfd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public static List<Object> getExtensions() {
+ "Thus metrics such as \"Comment lines\" do not get incremented. "
+ "If set to \"false\", those file headers are considered as comments and metrics such as \"Comment lines\" get incremented.")
.category(Groovy.NAME)
.subCategory("General")
.subCategory("Base")
.onQualifiers(Qualifiers.PROJECT)
.defaultValue("true")
.type(PropertyType.BOOLEAN)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static List<Object> getExtensions() {
.description(
"Comma-separated list of suffixes for files to analyze. To not filter, leave the list empty.")
.category(Groovy.NAME)
.subCategory("General")
.subCategory("Base")
.onQualifiers(Qualifiers.PROJECT)
.defaultValue(DEFAULT_FILE_SUFFIXES)
.multiValues(true)
Expand Down

0 comments on commit 6a8dfd0

Please sign in to comment.