Repository: flink Updated Branches: refs/heads/master d86c6b6bb -> 54dd91603
[hotfix] Exclude python-source.zip from checkstyle This was causing the snapshot deployment to fail. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/54dd9160 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/54dd9160 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/54dd9160 Branch: refs/heads/master Commit: 54dd91603f80aa49000795b9dd4a53896c6da464 Parents: d86c6b6 Author: Aljoscha Krettek <[email protected]> Authored: Thu Nov 23 17:57:50 2017 +0100 Committer: Aljoscha Krettek <[email protected]> Committed: Thu Nov 23 17:58:35 2017 +0100 ---------------------------------------------------------------------- tools/maven/suppressions.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/54dd9160/tools/maven/suppressions.xml ---------------------------------------------------------------------- diff --git a/tools/maven/suppressions.xml b/tools/maven/suppressions.xml index a2de9e8..50a56ce 100644 --- a/tools/maven/suppressions.xml +++ b/tools/maven/suppressions.xml @@ -42,4 +42,8 @@ under the License. <suppress files="org[\\/]apache[\\/]hadoop[\\/]util[\\/]NativeCodeLoader.java" checks=".*"/> + <!-- This file is generated in the flink-python build process --> + <suppress + files="python-source.zip" + checks=".*"/> </suppressions>
