sevntu-checkstyle / sevntu.checkstyle

Additional Checkstyle checks, that could be added as extension to EclipseCS plugin and maven-checkstyle-plugin, Sonar checkstyle plugin, extension for CheckStyle IDEA plugin.
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
190 stars 147 forks source link

minor: restore features formatting and added remaining suppressions #960

Closed rnveach closed 1 year ago

rnveach commented 1 year ago

Issue identified during deployment test.

diff --git a/eclipsecs-sevntu-plugin-feature/feature.xml b/eclipsecs-sevntu-plugin-feature/feature.xml
index 82b90d8..e718a9f 100644
--- a/eclipsecs-sevntu-plugin-feature/feature.xml
+++ b/eclipsecs-sevntu-plugin-feature/feature.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<feature id="com.github.sevntu.checkstyle.checks.feature"
-   label="Extension for eclipse-cs plugin with additional Checks" version="1.44.0">
+<feature id="com.github.sevntu.checkstyle.checks.feature" label="Extension for eclipse-cs plugin with additional Checks" version="1.44.1">

    <description url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/">
       http://sevntu-checkstyle.github.io/sevntu.checkstyle/
@@ -17,15 +16,11 @@
    </license>

    <url>
-      <discovery label="Sources on GitHub"
-         url="https://github.com/sevntu-checkstyle/sevntu.checkstyle"/>
-      <discovery label="SevNTU checks site"
-         url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/"/>
-      <discovery label="Eclipse Update site"
-         url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/"/>
+      <discovery label="Sources on GitHub" url="https://github.com/sevntu-checkstyle/sevntu.checkstyle"/>
+      <discovery label="SevNTU checks site" url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/"/>
+      <discovery label="Eclipse Update site" url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/"/>
    </url>

-   <plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.44.0"
-      unpack="false"/>
+   <plugin id="eclipsecs-sevntu-plugin" download-size="0" install-size="0" version="1.44.1" unpack="false"/>

 </feature>
rnveach commented 1 year ago

I am assuming this was not found because travis doesn't run the deploy command mvn -e --no-transfer-progress clean install -f eclipse-pom.xml -Plocal-deploy.

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 98.798% when pulling e795d9498c7007ef4ff5981bc2e1d98e877f554d on rnveach:line_formatting_4 into db9e322a4dcff8fef3cf0e0a22e2a7009e566c88 on sevntu-checkstyle:master.

romani commented 1 year ago

Strange that I never had this, but ok