Skip to content

Commit

Permalink
Merge pull request #244 from data-integrations/version-bump-0-9-1
Browse files Browse the repository at this point in the history
Bump version for 6.10.1 release
  • Loading branch information
samdgupi authored May 13, 2024
2 parents bb9a421 + 5350b07 commit b0db8ab
Show file tree
Hide file tree
Showing 11 changed files with 2,216 additions and 1 deletion.
403 changes: 403 additions & 0 deletions delta-api/checkstyle.xml

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions delta-api/suppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0"?>

<!--
Copyright © 2014-2015 Cask Data, Inc.
Licensed 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 checks="Javadoc.*" files=".*[/\\]src[/\\]test[/\\]java[/\\].*" />

<suppress checks="JavadocPackage" files=".*[/\\]src[/\\](main|integration)[/\\]java[/\\].*" />
<suppress checks="JavadocPackage" files=".*[/\\]src[/\\].*[/\\]internal[/\\].*" />

<suppress checks="JavadocStyle" files=".*[/\\]src[/\\](main|integration)[/\\]java[/\\].*" />
<suppress checks="JavadocStyle" files=".*[/\\]src[/\\].*[/\\]internal[/\\].*" />

<suppress checks="RedundantModifier" files=".*[/\\]src[/\\]test[/\\]java[/\\].*" />


<!-- copied from apache hadoop, won't fix style to keep diff minimal -->
<suppress checks=".*" files=".*[/\\]LocalJobRunnerWithFix.java" />
<suppress checks=".*" files=".*[/\\]org[/\\]apache[/\\]hadoop[/\\]util[/\\]Shell.java" />

</suppressions>
Loading

0 comments on commit b0db8ab

Please sign in to comment.