-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Sonar #23
Comments
redcatbear
added a commit
that referenced
this issue
Feb 19, 2019
redcatbear
added a commit
that referenced
this issue
Feb 19, 2019
redcatbear
added a commit
that referenced
this issue
Feb 19, 2019
redcatbear
added a commit
that referenced
this issue
Feb 19, 2019
Closed with #26. |
redcatbear
added a commit
that referenced
this issue
Feb 22, 2019
* #12: Prepared signing. * #12: Updated version number to 0.3.0 * #12: Removed GPG signing execution. * #12: Removed Travis CI run with Java 11 because of JavaDoc incompatibilities (see #19). * Update README.md * Update README.md * #23: Added Sonar checks and badges. (#26) * #23: Added Sonar checks and badges. * #23: Updated Surefire plugin version to 3.0.0-M3. * #23: Added Jacoco plugin. * #12: Added support for value tables. Adapted dependent code. (#22) * #12: Added support for value tables. * #27: Fixed Sonar findings. * #27: Added test coverage.
redcatbear
added a commit
that referenced
this issue
Feb 25, 2019
* #12: Prepared signing. * #12: Updated version number to 0.3.0 * #12: Removed GPG signing execution. * #12: Removed Travis CI run with Java 11 because of JavaDoc incompatibilities (see #19). * Update README.md * Update README.md * #23: Added Sonar checks and badges. (#26) * #23: Added Sonar checks and badges. * #23: Updated Surefire plugin version to 3.0.0-M3. * #23: Added Jacoco plugin. * #12: Added support for value tables. Adapted dependent code. (#22) * #12: Added support for value tables. * #27: Fixed Sonar findings. (#28) * #27: Fixed Sonar findings on 0.3.0.
AnastasiiaSergienko
added a commit
that referenced
this issue
Mar 29, 2019
* #12: Removed GPG signing execution. * #12: Removed Travis CI run with Java 11 because of JavaDoc incompatibilities (see #19). * #12: Added support for value tables. Adapted dependent code. (#22) * #23: Added Sonar checks and badges. (#26) * #27: Fixed Sonar findings. (#28) * #29: Implemented 'CREATE TABLE'. * #36: wrote CREATE TABLE part of the users guide.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer,
I want the CI build to automatically run static code analysis on all my branches,
so that I catch code smells that I overlooked as early as possible.
The text was updated successfully, but these errors were encountered: