Skip to content

Commit

Permalink
chore: switch to lakefile.toml (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored Oct 22, 2024
1 parent 7c5548e commit dc72dcd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lakefile.lean

This file was deleted.

19 changes: 19 additions & 0 deletions lakefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "batteries"
testDriver = "test"
lintDriver = "runLinter"
defaultTargets = ["Batteries", "runLinter"]

[leanOptions]
linter.missingDocs = true

[[lean_lib]]
name = "Batteries"

[[lean_exe]]
name = "runLinter"
srcDir = "scripts"
supportInterpreter = true

[[lean_exe]]
name = "test"
srcDir = "scripts"

0 comments on commit dc72dcd

Please sign in to comment.