Skip to content

Commit

Permalink
Issue #187: remove checkstyle-all project
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Muehlbachler authored and romani committed Apr 30, 2019
1 parent f53d3ee commit c5741fe
Show file tree
Hide file tree
Showing 239 changed files with 447 additions and 620 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "creation of jar is skipped as it was created on previous step"
#mvn package -Pno-validations
echo "coping jar to sonarqube ..."
cp checkstyle-sonar-plugin/target/checkstyle-sonar-plugin-$POM_VERSION.jar /opt/sonarqube/extensions/plugins/
cp target/checkstyle-sonar-plugin-$POM_VERSION.jar /opt/sonarqube/extensions/plugins/
cd /opt/sonarqube/
echo "remove existing logs ..."
rm -f logs/*.*
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[![][teamcity img]][teamcity]
[![][sonar img]][sonar]

[![checkstyle-all vulnerabilities][snyk-cs-all img]][snyk-cs-all] at checkstyle-all

[![sonar-checkstyle vulnerabilities][snyk-sonar img]][snyk-sonar] at sonar-checkstyle

Sonar Checkstyle
Expand Down Expand Up @@ -86,17 +84,14 @@ In the quality profile, activate some rules from Checkstyle and run an analysis
[teamcity]:https://teamcity.jetbrains.com/viewType.html?buildTypeId=Checkstyle_SonarCheckstyleIdeaInspectionsMaster
[teamcity img]:https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:Checkstyle_SonarCheckstyleIdeaInspectionsMaster)/statusIcon

[sonar]:https://sonarcloud.io/dashboard?id=com.github.checkstyle%3Acheckstyle-sonar-plugin-parent
[sonar img]:https://sonarcloud.io/api/project_badges/measure?project=com.github.checkstyle%3Acheckstyle-sonar-plugin-parent&metric=alert_status
[sonar]:https://sonarcloud.io/dashboard?id=com.github.checkstyle%3Acheckstyle-sonar-plugin
[sonar img]:https://sonarcloud.io/api/project_badges/measure?project=com.github.checkstyle%3Acheckstyle-sonar-plugin&metric=alert_status

[wercker]: https://app.wercker.com/project/bykey/ece513d8a6eb70207dd3b805b63e8d1c
[wercker img]: https://app.wercker.com/status/ece513d8a6eb70207dd3b805b63e8d1c/s/master

[circleci]: https://circleci.com/gh/checkstyle/sonar-checkstyle/tree/master
[circleci img]: https://circleci.com/gh/checkstyle/sonar-checkstyle/tree/master.svg?style=svg

[snyk-cs-all]: https://snyk.io/test/github/checkstyle/sonar-checkstyle?targetFile=checkstyle-all/pom.xml
[snyk-cs-all img]: https://snyk.io/test/github/checkstyle/sonar-checkstyle/badge.svg?targetFile=checkstyle-all/pom.xml

[snyk-sonar]: https://snyk.io/test/github/checkstyle/sonar-checkstyle?targetFile=checkstyle-sonar-plugin/pom.xml
[snyk-sonar img]: https://snyk.io/test/github/checkstyle/sonar-checkstyle/badge.svg?targetFile=checkstyle-sonar-plugin/pom.xml
139 changes: 0 additions & 139 deletions checkstyle-all/pom.xml

This file was deleted.

6 changes: 0 additions & 6 deletions checkstyle-sonar-plugin/config/checkstyle.properties

This file was deleted.

Loading

0 comments on commit c5741fe

Please sign in to comment.