Skip to content

Commit

Permalink
Fix typo in link to checkstyle config files
Browse files Browse the repository at this point in the history
  • Loading branch information
j-lum committed Aug 6, 2019
1 parent 8fe8afd commit 21af6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/gradleTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ plugins {
```

Checkstyle expects configuration files for checkstyle to be in `./config/checkstyle/` by convention.
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).
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.

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).

Expand Down

0 comments on commit 21af6a1

Please sign in to comment.