-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Bisnode/update_kafka_2.13-2.7.0
Update to Kafka 2.13-2.7.0
- Loading branch information
Showing
24 changed files
with
725 additions
and
764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,6 @@ atlassian-ide-plugin.xml | |
*.rar | ||
hs_err_pid* | ||
|
||
.metals | ||
.project | ||
.bloop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# To use in local development: | ||
# - Run `pip3 install pre-commit` (or `brew install pre-commit`) | ||
# - In the project root directory (where this file resides) run: `pre-commit install` | ||
# - Done! The below hooks should now automatically run before commit (where applicable). | ||
|
||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.3.0 | ||
hooks: | ||
- id: no-commit-to-branch # Defaults to refuse commits to master | ||
- id: trailing-whitespace | ||
- id: check-added-large-files | ||
- id: check-merge-conflict | ||
- id: check-json | ||
- id: check-xml | ||
- id: check-yaml | ||
- id: detect-private-key | ||
- id: detect-aws-credentials | ||
- id: mixed-line-ending | ||
- id: end-of-file-fixer | ||
|
||
- repo: https://github.com/anderseknert/pre-commit-opa | ||
rev: v1.4.0 | ||
hooks: | ||
- id: opa-fmt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.