mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-06-27 03:20:10 +00:00
fix: scala style checker (#30)
This commit is contained in:
parent
73637d860e
commit
09e7461113
2
.github/workflows/openspg-ci.yml
vendored
2
.github/workflows/openspg-ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- run: pip install black==22.3.0
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
run: mvn -B install --file pom.xml
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
|
@ -119,7 +119,7 @@ This file is divided into 3 sections:
|
||||
</check>
|
||||
|
||||
<!-- ??? usually shouldn't be checked into the code base. -->
|
||||
<check level="warn" class="org.scalastyle.scalariform.NotImplementedErrorUsage" enabled="true"></check>
|
||||
<check level="error" class="org.scalastyle.scalariform.NotImplementedErrorUsage" enabled="true"></check>
|
||||
|
||||
<!-- As of SPARK-7558, all tests in Spark should extend o.a.s.SparkFunSuite instead of FunSuite directly -->
|
||||
<check customId="funsuite" level="error" class="org.scalastyle.scalariform.TokenChecker" enabled="true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user