NIFI-271 removed a checkstyle file that was mistakenly added
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/fe8e30a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/fe8e30a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/fe8e30a0 Branch: refs/heads/NIFI-271 Commit: fe8e30a03414f0c3d454b165063e308e692ab77f Parents: 9faaef8 Author: joewitt <[email protected]> Authored: Tue Apr 21 02:18:34 2015 -0400 Committer: joewitt <[email protected]> Committed: Tue Apr 21 02:18:34 2015 -0400 ---------------------------------------------------------------------- .../src/checkstyle/suppressions.xml | 22 -------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/fe8e30a0/nifi/nifi-commons/nifi-hl7-query-language/src/checkstyle/suppressions.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-commons/nifi-hl7-query-language/src/checkstyle/suppressions.xml b/nifi/nifi-commons/nifi-hl7-query-language/src/checkstyle/suppressions.xml deleted file mode 100644 index a0bfd6b..0000000 --- a/nifi/nifi-commons/nifi-hl7-query-language/src/checkstyle/suppressions.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!DOCTYPE suppressions PUBLIC - "-//Puppy Crawl//DTD Suppressions 1.1//EN" - "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> - -<suppressions> - <suppress files="[/\\]target[/\\]" checks=".*"/> -</suppressions> \ No newline at end of file
