We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
usethis show sonarqube
1 parent 3e4169f commit bbd12c1Copy full SHA for bbd12c1
2 files changed
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ on:
7
- 'docs/**'
8
- 'README.md'
9
pull_request:
10
+ paths-ignore:
11
+ - 'docs/**'
12
+ - 'README.md'
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
15
cancel-in-progress: true
README.md
@@ -219,6 +219,7 @@ Show a piece of information about the project.
219
Currently supported subcommands:
220
221
- `usethis show name` to show the name of the project.
222
+- `usethis show sonarqube` to show appropriate contents of a `sonar-projects.properties` file for SonarQube analysis.
223
224
### `usethis browse pypi <package>`
225
0 commit comments