Skip to content

Commit

Permalink
lint(p12) add zanuda linter dependencie at root
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpknu committed Oct 22, 2024
1 parent 2ec1b20 commit 482baf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions p12/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(rule
(alias lint)
(action
(progn
(echo "Running zanuda on OCaml files...")
(run bash -c "zanuda lib/*.ml"))))
3 changes: 1 addition & 2 deletions p12/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
(synopsis "fp lab1")
(description "two tasks for the first lab for fp course at itmo")
(depends ocaml dune)
)

)

0 comments on commit 482baf1

Please sign in to comment.