Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
SpOOnman on sputnik-2.8.0
SpOOnman on master
Bump Kotlin-related dependencie… (compare)
pjagielski on Gungy2-master
pjagielski on Gungy2-master
Bump Kotlin-related dependencie… Merge remote-tracking branch 'o… (compare)
pjagielski on master
Setup GHA on pull request (#243… (compare)
pjagielski on github_actions
Java 8 (compare)
pjagielski on github_actions
Java 8 (compare)
I am testing the following code in a file test.js with jshint like $jshint test.js:-
function myFunction(p1, p2) { ; ; return p1 == p2; // The function returns the product of p1 and p2 }
and Iam getting following error
test.js: line 2, col 1, Unnecessary semicolon.
test.js: line 3, col 2, Unnecessary semicolon.
2 errors
But while testing it using sputnik on gerrit, sputnik is giving +1 for it. When there are errors in the file , why am I still getting +1 as code review in gerrit
@Tomasz Kalkosiński
Can somebody give me samples of: