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: tutorials/gradleTutorial.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ plugins {
78
78
```
79
79
80
80
Checkstyle expects configuration files for checkstyle to be in `./config/checkstyle/` by convention.
81
-
For example, you can copy the files found here to your project [this file from se-edu/addressbook-level3](https://github.com/se-edu/addressbook-level3/tree/master/config/checkstyle).
81
+
For example, you can copy [these files from se-edu/addressbook-level3](https://github.com/se-edu/addressbook-level3/blob/master/config/checkstyle/) to your project.
82
82
83
83
The plugin adds a few _tasks_ to your project. Run `gradlew checkstyleMain checkstyleTest` to verify that you have set up Checkstyle properly (the command will check your main code and test code against the style rules).
0 commit comments