$ git push origin HEAD
info: source files to analyze:
info: src/main/java/example/HelloWorld.java
info: src/main/java/example/Two.java
info: analyzing...
------------- SonarLint Report -------------
No issues to display (2 files analyzed)
-------------------------------------------
INFO: SonarLint HTML Report generated: /Users/janos/dev/git/github/java-maven-simple/.sonarlint/sonarlint-
report.html
Counting objects: 42, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (24/24), done.
Writing objects: 100% (42/42), 2.84 KiB | 0 bytes/s, done.
Total 42 (delta 11), reused 0 (delta 0)
remote: Resolving deltas: 100% (11/11), completed with 2 local objects.
To
[email protected]:janosgyerik/java-maven-simple.git
* [new branch] HEAD -> demo
(no issues -> push OK)