Skip to content

Commit 6dbf93c

Browse files
Fix scalastyle error, find them in PR (#223)
1 parent a30d467 commit 6dbf93c

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Switch scala version
3434
run: mvn scala-cross-build:change-version -Pscala-${{ matrix.scala }},spark-${{ matrix.spark }}
3535
- name: Build and run tests
36-
run: mvn clean test -Pscala-${{ matrix.scala }},spark-${{ matrix.spark }},all-tests
36+
run: mvn clean verify -Pscala-${{ matrix.scala }},spark-${{ matrix.spark }},all-tests

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ syntax: glob
2424

2525
# building
2626
target
27-
build
2827
null
2928
tmp*
3029
temp*

ingestor-default/src/main/scala/za/co/absa/hyperdrive/ingestor/implementation/transformer/avro/confluent/SchemaRegistryAttributes.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*
32
* Copyright 2018 ABSA Group Limited
43
*

ingestor-default/src/main/scala/za/co/absa/hyperdrive/ingestor/implementation/utils/SchemaRegistryConfigUtil.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*
32
* Copyright 2018 ABSA Group Limited
43
*

0 commit comments

Comments
 (0)