mirror of https://github.com/apache/kafka.git
MINOR: Fix small typo in main README (#7779)
Fixed a small typo in the main README file ("They are also are printed" --> "They are also printed"). Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
This commit is contained in:
parent
75a68341da
commit
29ccbed2c2
|
@ -169,7 +169,7 @@ You can run checkstyle using:
|
||||||
./gradlew checkstyleMain checkstyleTest
|
./gradlew checkstyleMain checkstyleTest
|
||||||
|
|
||||||
The checkstyle warnings will be found in `reports/checkstyle/reports/main.html` and `reports/checkstyle/reports/test.html` files in the
|
The checkstyle warnings will be found in `reports/checkstyle/reports/main.html` and `reports/checkstyle/reports/test.html` files in the
|
||||||
subproject build directories. They are also are printed to the console. The build will fail if Checkstyle fails.
|
subproject build directories. They are also printed to the console. The build will fail if Checkstyle fails.
|
||||||
|
|
||||||
#### Spotbugs ####
|
#### Spotbugs ####
|
||||||
Spotbugs uses static analysis to look for bugs in the code.
|
Spotbugs uses static analysis to look for bugs in the code.
|
||||||
|
|
Loading…
Reference in New Issue