Skip to content

Commit

Permalink
Palantir Build infrastructure, Palantir Hadoop, Palantir Parquet
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Kruszewski <[email protected]>
Co-authored-by: Josh Casale <[email protected]>
Co-authored-by: Will Raschkowski <[email protected]>
  • Loading branch information
3 people committed Feb 26, 2021
1 parent 2b147c4 commit adf557c
Show file tree
Hide file tree
Showing 64 changed files with 2,535 additions and 974 deletions.
8 changes: 8 additions & 0 deletions .baseline/checkstyle/custom-suppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
<suppress files="[/\\].*[/\\]docker-resources.*[/\\]" checks="." />
</suppressions>
Empty file.
17 changes: 17 additions & 0 deletions .bulldozer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Excavator auto-updates this file. Please contribute improvements to the central template.

version: 1
merge:
whitelist:
labels: ["merge when ready"]
blacklist:
labels: ["do not merge"]
method: squash
options:
squash:
body: pull_request_body
message_delimiter: ==COMMIT_MSG==
delete_after_merge: true
update:
whitelist:
labels: ["update me"]
Loading

0 comments on commit adf557c

Please sign in to comment.