Skip to content

Commit 8441aff

Browse files
authored
Merge pull request #8175 from Trust04zh/update-doc
Update CONTRIBUTING.md with current checkstyle.xml path
2 parents 74c9a3d + 91e1d35 commit 8441aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The [checkStyle](https://github.com/checkstyle/checkstyle) plugin verifies that
6868
- Go to `File -> Settings -> Plugins`, search for `checkstyle` and install `CheckStyle-IDEA`.
6969
- Go to `File -> Settings -> Tools -> Checkstyle`.
7070
- Add NewPipe's configuration file by clicking the `+` in the right toolbar of the "Configuration File" list.
71-
- Under the "Use a local Checkstyle file" bullet, click on `Browse` and pick the file named `checkstyle.xml` in the project's root folder.
71+
- Under the "Use a local Checkstyle file" bullet, click on `Browse` and, enter `checkstyle` folder under the project's root path and pick the file named `checkstyle.xml`.
7272
- Enable "Store relative to project location" so that moving the directory around does not create issues.
7373
- Insert a description in the top bar, then click `Next` and then `Finish`.
7474
- Activate the configuration file you just added by enabling the checkbox on the left.

0 commit comments

Comments
 (0)