Adding pre-commit

This commit is contained in:
alexsanderp
2022-02-04 10:03:55 -03:00
parent 7de6d5c14d
commit b8492c6840
46 changed files with 140 additions and 138 deletions
-1
View File
@@ -1 +0,0 @@
TEST=test
+2 -1
View File
@@ -34,4 +34,5 @@ lerna-debug.log*
!.vscode/launch.json
!.vscode/extensions.json
.env
# Ignore .env files
*.env
+6
View File
@@ -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
-1
View File
@@ -41,4 +41,3 @@ message CreateEnrichmentRequest {
message ListResponse {
repeated Enrichment enrichments = 2;
}
@@ -3,4 +3,3 @@ export class TestConnectionDTO{
values:string;
plugin:string;
}
-1
View File
@@ -5,4 +5,3 @@ export class CreateOutputDto {
values:string;
operation:string;
}
@@ -47,4 +47,3 @@ message CreateTransformationRequest {
message ListResponse {
repeated Transformation transformations = 2;
}