Skip to content

Commit 784fe56

Browse files
committed
chore: drop scalafix (should be run directly from sbt)
tag: #major
1 parent 7f976cf commit 784fe56

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.pre-commit-hooks.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,3 @@
44
language: script
55
entry: ./scalafmt --non-interactive
66
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-
language: script
15-
entry: ./scalafix
16-
types: [scala]

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
./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
Binary file not shown.

0 commit comments

Comments
 (0)