Added BMI Calculator Java Project #6
Annotations
1 error and 10 warnings
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
|
bmi-calculator/BMICalculator.java#L19
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:19:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
bmi-calculator/BMICalculator.java#L18
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:18:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
bmi-calculator/BMICalculator.java#L15
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:15:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
bmi-calculator/BMICalculator.java#L14
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:14:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
bmi-calculator/BMICalculator.java#L11
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:11:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
bmi-calculator/BMICalculator.java#L9
[reviewdog] reported by reviewdog 🐶
'method def' child has incorrect indentation level 8, expected level should be 4.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:9:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
bmi-calculator/BMICalculator.java#L6
[reviewdog] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:6:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
|
bmi-calculator/BMICalculator.java#L6
[reviewdog] reported by reviewdog 🐶
'method def modifier' has incorrect indentation level 4, expected level should be 2.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:6:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
|
|
bmi-calculator/BMICalculator.java#L5
[reviewdog] reported by reviewdog 🐶
Abbreviation in name 'BMICalculator' must contain no more than '1' consecutive capital letters.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:5:14: warning: Abbreviation in name 'BMICalculator' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|
|
bmi-calculator/BMICalculator.java#L5
[reviewdog] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./bmi-calculator/BMICalculator.java:5:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
|
The logs for this run have expired and are no longer available.
Loading