Skip to content

Commit 382f4a0

Browse files
committed
add [checstyleMain] and [checkstyleTest] url
1 parent 6131b47 commit 382f4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ log(ast.getLineNo(), ast.getColumnNo(),
5959
```
6060
When run the code against TEAMMATES ([bd97f42](https://github.com/TEAMMATES/teammates/commit/bd97f4210749b8a58a8285258098c2f91d492099 at master)), here are reports for `checkstyleMain` and `checkstyleTest`
6161

62-
- [CheckstyleMain](http://htmlpreview.github.io/?)
63-
- [CheckstyleTest](http://htmlpreview.github.io/?)
62+
- [CheckstyleMain](http://htmlpreview.github.io/?https://github.com/xpdavid/CS2103R-Report/blob/master/codingStandard/booleanNaming/main.html)
63+
- [CheckstyleTest](http://htmlpreview.github.io/?https://github.com/xpdavid/CS2103R-Report/blob/master/codingStandard/booleanNaming/test.html)
6464

6565
For production code, there are 122 violations. Some of them may be reasonable as its name may start with `allow` instead of `is, has, can, should`. For the negation of naming, there are some false positive such as `isNotSureAllowed` and `isNotificationIconShown`.
6666

0 commit comments

Comments
 (0)