We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d801a13 commit 1036287Copy full SHA for 1036287
cli/housekeeper.py
@@ -127,7 +127,7 @@ def _parse_arguments() -> object:
127
"--keepWhenInactive",
128
required=False,
129
type=str,
130
- help=f"Regexp of branches to keep when inactive, overrides the SonarQube default sonar.dbcleaner.branchesToKeepWhenInactive value",
+ help="Regexp of branches to keep when inactive, overrides the SonarQube default sonar.dbcleaner.branchesToKeepWhenInactive value",
131
)
132
parser.add_argument(
133
"-R",
0 commit comments