We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f976cf commit 784fe56Copy full SHA for 784fe56
.pre-commit-hooks.yaml
@@ -4,13 +4,3 @@
4
language: script
5
entry: ./scalafmt --non-interactive
6
types: [scala]
7
- - id: wartremover
8
- name: Wartremover
9
- language: script
10
- entry: ./wartremover -traverser 'org.wartremover.warts.Null'
11
- types: [scala]
12
- - id: scalafix
13
- name: Scalafix
14
15
- entry: ./scalafix
16
install.sh
@@ -1,2 +1 @@
1
./coursier bootstrap org.scalameta:scalafmt-cli_2.12:2.3.1 -r sonatype:snapshots -o ./scalafmt --standalone --main org.scalafmt.cli.Cli
2
-./coursier bootstrap ch.epfl.scala:scalafix-cli_2.13.10:0.10.4 -f --main scalafix.cli.Cli -o scalafix
scalafix
-20.3 KB
0 commit comments