Skip to content

Commit

Permalink
minor: restore features formatting and added remaining suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and romani committed Dec 9, 2022
1 parent db9e322 commit 8328c81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
18 changes: 6 additions & 12 deletions eclipsecs-sevntu-plugin-feature/feature.xml
@@ -1,14 +1,12 @@
<?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.0">

<description url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/">
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
</description>

<copyright url="http://sevntu-checkstyle.github.io/sevntu.checkstyle/">
Please visit site to view developer list -
https://github.com/sevntu-checkstyle/sevntu.checkstyle#contributors
Please visit site to view developer list - https://github.com/sevntu-checkstyle/sevntu.checkstyle#contributors
</copyright>

<license url="http://www.eclipse.org/legal/epl-v10.html">
Expand All @@ -17,15 +15,11 @@ Eclipse Public License - Version 1.0
</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.0" unpack="false"/>

</feature>
12 changes: 11 additions & 1 deletion sevntu-checks/config/checkstyle_non_main_files_suppressions.xml
Expand Up @@ -6,12 +6,22 @@

<suppressions>
<!-- START of legacy code, all violations will be resolved -->
<suppress id="lineLength" files=".*"/>
<suppress id="lineLength" files="checkstyle-metadata.xml"/>
<suppress id="lineLength" files="checkstyle-metadata.properties"/>
<suppress id="lineLength" files="CheckstyleFormatterForEclipse.xml"/>
<suppress id="lineLength" files="category.xml"/>
<suppress id="lineLength" files="sevntu-checks.xml"/>
<suppress id="lineLength" files="InputJsr305AnnotationsCheckWithConstructor.java"/>
<suppress id="lineLength" files="InputTernaryPerExpressionCountCheck.java"/>
<suppress id="lineLength" files="InputConstructorWithoutParamsCheck.java"/>
<!-- END of legacy code -->

<!-- till https://issues.apache.org/jira/browse/MRELEASE-1008 -->
<suppress id="lineLength" files="pom.xml"/>

<!-- Eclipse maintains this file and will be modified on deployment -->
<suppress id="lineLength" files="eclipsecs-sevntu-plugin-feature[\\/]feature.xml"/>

<!-- other images that do not support newer curl commands until
https://github.com/checkstyle/checkstyle/issues/12451 -->
<suppress id="properCurlCommand" files="bump-cs-version\.yml"/>
Expand Down

0 comments on commit 8328c81

Please sign in to comment.