mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
Adding pre-commit
This commit is contained in:
+2
-1
@@ -34,4 +34,5 @@ lerna-debug.log*
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
.env
|
||||
# Ignore .env files
|
||||
*.env
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
@@ -41,4 +41,3 @@ message CreateEnrichmentRequest {
|
||||
message ListResponse {
|
||||
repeated Enrichment enrichments = 2;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ export class TestConnectionDTO{
|
||||
values:string;
|
||||
plugin:string;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@ export class CreateOutputDto {
|
||||
values:string;
|
||||
operation:string;
|
||||
}
|
||||
|
||||
|
||||
@@ -47,4 +47,3 @@ message CreateTransformationRequest {
|
||||
message ListResponse {
|
||||
repeated Transformation transformations = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user