You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The [checkStyle](https://github.com/checkstyle/checkstyle) plugin verifies that
68
68
- Go to `File -> Settings -> Plugins`, search for `checkstyle` and install `CheckStyle-IDEA`.
69
69
- Go to `File -> Settings -> Tools -> Checkstyle`.
70
70
- 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`.
72
72
- Enable "Store relative to project location" so that moving the directory around does not create issues.
73
73
- Insert a description in the top bar, then click `Next` and then `Finish`.
74
74
- Activate the configuration file you just added by enabling the checkbox on the left.
0 commit comments