<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Tony Mancill pushed to branch master
at <a href="https://salsa.debian.org/java-team/checkstyle">Debian Java Maintainers / checkstyle</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/java-team/checkstyle/-/commit/37693f6c01b30f177b80d92d47751678029aa2ea">37693f6c</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2020-07-05T21:07:16-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 8.34</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/checkstyle/-/commit/7339fed8386b0eaa7c5010993ccacf39b3b25d13">7339fed8</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2020-07-05T21:07:16-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">refresh patches against new upstream version

Gbp-Dch: ignore
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/checkstyle/-/commit/3e0480ab301527950b52461c810456919634d882">3e0480ab</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2020-07-05T21:07:16-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add com.tngtech.archunit:archunit-junit5 to maven.ignoreRules
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/checkstyle/-/commit/52c2bdf6d2e0d35ca6de295c73505b503a0537bd">52c2bdf6</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2020-07-05T21:16:36-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare for upload to unstable
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#50dfa0bf72bf00570bfa8da52546c6f6445a5611">
.ci/jsoref-spellchecker/whitelist.words
</a>
</li>
<li class="file-stats">
<a href="#e6681e27e750d2c7c85b3a5a2b8ab0d77585ebbb">
.ci/pitest.sh
</a>
</li>
<li class="file-stats">
<a href="#5b2aa8dd8b322616ca92a0efaf2b2c6fb6c70d2a">
.ci/travis/xtr_releasenotes-gen.sh
</a>
</li>
<li class="file-stats">
<a href="#a03585ab89eed5e0782a1875b2d8153b97865d30">
.github/ISSUE_TEMPLATE.md

.github/ISSUE_TEMPLATE/bug_report.md
</a>
</li>
<li class="file-stats">
<a href="#3fcac755ee1270a77a9c5042beab12617b51f2be">
<span class="new-file">
+
.github/ISSUE_TEMPLATE/config.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#67c0231b0ea83057a5f5c051eb28641a29af34a6">
<span class="new-file">
+
.github/ISSUE_TEMPLATE/feature_request.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#3f8f6f6d23c0a67a313645c21fb96726c666b167">
config/ant-phase-verify.xml
</a>
</li>
<li class="file-stats">
<a href="#ed284312c9f06fa7bd14d2896fabaad8b46a7e16">
config/checkstyle_checks.xml
</a>
</li>
<li class="file-stats">
<a href="#34b4390cfddbc2cb0749154c164673205b90fc8f">
config/pmd-test.xml
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#26121dc92cd4cd9822d2e9e2b619b799bf9a51f4">
debian/maven.ignoreRules
</a>
</li>
<li class="file-stats">
<a href="#6d35fe699c3246a317a74ef30515894359e2862b">
debian/patches/01_link_to_system_javadocs.diff
</a>
</li>
<li class="file-stats">
<a href="#290fdc5190069de77a4d729f00d782320ebe8781">
debian/patches/05_antlr_compatibility.diff
</a>
</li>
<li class="file-stats">
<a href="#442292b8a7efeabbe4cc176709b833b1792140ec">
pom.xml
</a>
</li>
<li class="file-stats">
<a href="#29e8e5ca6b22d9fb74ca0e1bcc5bcfd5fed6d792">
src/it/java/com/google/checkstyle/test/chapter3filestructure/rule3sourcefile/EmptyLineSeparatorTest.java
</a>
</li>
<li class="file-stats">
<a href="#f1154ce2d8dbf9e8fec36c008e3f8a8480d06701">
src/it/java/com/google/checkstyle/test/chapter4formatting/rule461verticalwhitespace/EmptyLineSeparatorTest.java
</a>
</li>
<li class="file-stats">
<a href="#e1df35b6f9870314eb83e9899c48a15db69d1634">
src/it/java/com/google/checkstyle/test/chapter4formatting/rule4822variabledistance/VariableDeclarationUsageDistanceTest.java
</a>
</li>
<li class="file-stats">
<a href="#7a558a73cb0f68d217397be9edf28c8ce79460d0">
src/it/java/com/google/checkstyle/test/chapter4formatting/rule4841indentation/IndentationTest.java
</a>
</li>
<li class="file-stats">
<a href="#1a0c2813711c39443867c62135cff335090ca851">
<span class="new-file">
+
src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionEmptyLineSeparatorTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#1af76a9bd8964ea6003a00129dd57b97e96edfb9">
<span class="new-file">
+
src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionIndentationTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#cc5dc1a580ff8551eba721397833c9a8774f05b9">
<span class="new-file">
+
src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionJavadocMethodTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#838d3b80ff2986c1b7ce4c3d40de373da487d357">
<span class="new-file">
+
src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionMissingJavadocTypeTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#0c462bc7ea0a8cfefd6da7d5b07bee4b049a7dab">
<span class="new-file">
+
src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionTodoCommentTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#40762392ef311cb77cf433690530100dded20b74">
<span class="new-file">
+
src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnnecessaryParenthesesTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#cbd99f90ff458423415265217130ad9d9cce81a1">
<span class="new-file">
+
src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionVariableDeclarationUsageDistanceTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#ae34978cfae2d427dfecf6fd6c1ac133b7e29b8b">
src/it/resources/com/google/checkstyle/test/chapter4formatting/rule413emptyblocks/InputEmptyBlock.java
</a>
</li>
<li class="file-stats">
<a href="#ea08800d4ba64f477f59488af0be7b368e8ecb20">
src/it/resources/com/google/checkstyle/test/chapter6programpractice/rule64finalizers/InputNoFinalizeExtend.java
</a>
</li>
<li class="file-stats">
<a href="#3f1cc5497448564c643a4a1a30abafd7c638a721">
<span class="new-file">
+
src/it/resources/org/checkstyle/suppressionxpathfilter/emptylineseparator/SuppressionXpathRegressionEmptyLineSeparator1.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#036bc3806be200c08c6d750abd6ab4153a019206">
<span class="new-file">
+
src/it/resources/org/checkstyle/suppressionxpathfilter/emptylineseparator/SuppressionXpathRegressionEmptyLineSeparator2.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#5608dfe4533052802be17acc358c51fa5bdb04d8">
<span class="new-file">
+
src/it/resources/org/checkstyle/suppressionxpathfilter/emptylineseparator/SuppressionXpathRegressionEmptyLineSeparator3.java
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://salsa.debian.org/java-team/checkstyle/-/compare/f9be5d30aa77ec4633240aa440d911a64b3ee896...52c2bdf6d2e0d35ca6de295c73505b503a0537bd">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>