Skip to content

feat: Implement solution for 242. Valid Anagram and update README #19

feat: Implement solution for 242. Valid Anagram and update README

feat: Implement solution for 242. Valid Anagram and update README #19

Re-run triggered August 5, 2024 11:24
Status Failure
Total duration 1m 1s
Artifacts

linting.yml

on: pull_request
checkout
4s
checkout
java-linter  /  java-linter
11s
java-linter / java-linter
c-cpp-linter  /  c-cpp-linter
c-cpp-linter / c-cpp-linter
javascript-linter  /  eslint
javascript-linter / eslint
python-linter  /  python-linter
python-linter / python-linter
java-linter  /  need-help
22s
java-linter / need-help
other-linter
0s
other-linter
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
java-linter / java-linter
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
checkout
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4.7.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
checkout
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L5
[reviewdog] reported by reviewdog 🐶 'method def modifier' has incorrect indentation level 4, expected level should be 2. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:5:5: warning: 'method def modifier' has incorrect indentation level 4, expected level should be 2. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L6
[reviewdog] reported by reviewdog 🐶 'if' has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:6:9: warning: 'if' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L7
[reviewdog] reported by reviewdog 🐶 'if' child has incorrect indentation level 12, expected level should be 6. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:7:13: warning: 'if' child has incorrect indentation level 12, expected level should be 6. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L8
[reviewdog] reported by reviewdog 🐶 'if rcurly' has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:8:9: warning: 'if rcurly' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L10
[reviewdog] reported by reviewdog 🐶 'method def' child has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:10:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L11
[reviewdog] reported by reviewdog 🐶 'method def' child has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:11:9: warning: 'method def' child has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L13
[reviewdog] reported by reviewdog 🐶 'for' has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:13:9: warning: 'for' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L14
[reviewdog] reported by reviewdog 🐶 'for' child has incorrect indentation level 12, expected level should be 6. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:14:13: warning: 'for' child has incorrect indentation level 12, expected level should be 6. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L15
[reviewdog] reported by reviewdog 🐶 'for' child has incorrect indentation level 12, expected level should be 6. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:15:13: warning: 'for' child has incorrect indentation level 12, expected level should be 6. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / java-linter: Solved-Problems/Valid_Anagram/Main.java#L16
[reviewdog] reported by reviewdog 🐶 'for rcurly' has incorrect indentation level 8, expected level should be 4. Raw Output: /github/workspace/./Solved-Problems/Valid_Anagram/Main.java:16:9: warning: 'for rcurly' has incorrect indentation level 8, expected level should be 4. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
java-linter / need-help
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4.7.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/