Skip to content

Commit 0696b60

Browse files
committed
Typo fix,
1 parent 58a4e96 commit 0696b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ From the top level directory:
6868
./mvnw clean install
6969
```
7070

71-
Notable flags that you may wish to use to skip certain static analysis/code quality tools are listed below. This is only recommended if you find that there tools are taking too long during development or are raising false positives that you are yet to exclude. **They should not be ignored when building a candidate for a release.**
71+
Notable flags that you may wish to use to skip certain static analysis/code quality tools are listed below. This is only recommended if you find that these tools are taking too long during development or are flagging false positives that you are yet to exclude. **They should not be ignored when building a candidate for a release unless you are sure that the issues being raised are not a cause for concern.**
7272

7373
* `-Dfindbugs.skip=true`: skips findbugs and the findbugs security extension.
7474
* `-Ddependency-check.skip=true`: skips the OWASP dependency scanner.

0 commit comments

Comments
 (0)