File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
- id : sbt-fatal-warnings
2
2
name : Scala fatal warnings
3
3
stages : [commit,push]
4
- language : python_venv
4
+ language : python
5
5
entry : sbt-fatal-warnings
6
6
pass_filenames : false
7
7
always_run : true
8
8
minimum_pre_commit_version : ' 0.19.0'
9
9
- id : sbt-unused-imports
10
10
name : Scala unused imports (+ fatal warnings)
11
11
stages : [commit,push]
12
- language : python_venv
12
+ language : python
13
13
entry : sbt-fatal-warnings --add_arg='-Ywarn-unused-import'
14
14
pass_filenames : false
15
15
always_run : true
16
16
minimum_pre_commit_version : ' 0.19.0'
17
17
- id : sbt-scalafmt
18
18
name : scalafmt formatting check
19
19
stages : [commit,push]
20
- language : python_venv
20
+ language : python
21
21
entry : scalafmt
22
22
pass_filenames : false
23
23
always_run : true
24
24
minimum_pre_commit_version : ' 0.19.0'
25
25
- id : sbt-wartremover
26
26
name : Scala WartRemover plugin check
27
- language : python_venv
27
+ language : python
28
28
stages : [commit,push]
29
29
entry : sbt-wartremover
30
30
pass_filenames : false
You can’t perform that action at this time.
0 commit comments