Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turn off scala style check (intel#4695)
Browse files Browse the repository at this point in the history
Le-Zheng authored Sep 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5232633 commit 47f8ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scala/scalastyle_config.xml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ You can also disable only one rule, by specifying its rule id, as specified in:
override def finalize(): Unit = ...
// scalastyle:on no.finalize
-->
<scalastyle>
<scalastyle:off>
<name>Scalastyle standard configuration</name>

<check level="error" class="org.scalastyle.file.FileTabChecker" enabled="true"></check>
@@ -193,4 +193,4 @@ You can also disable only one rule, by specifying its rule id, as specified in:
<check level="error" class="org.scalastyle.scalariform.EqualsHashCodeChecker" enabled="true"></check>


</scalastyle>
</scalastyle:off>

0 comments on commit 47f8ab4

Please sign in to comment.