Skip to content

Commit

Permalink
Disable enforce scala version to test error parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 25, 2024
1 parent 4342c7b commit 3c80fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-scalafmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enforce_scala_format_version() {
fi
}

enforce_scala_format_version
#enforce_scala_format_version
scalafmt --non-interactive $args > "$output" 2> "$warnings"
result=$?
cat "$output"
Expand Down

0 comments on commit 3c80fa8

Please # to comment.