Skip to content

Commit

Permalink
chore: .opam file, ignore reformatting in git blame
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <[email protected]>
  • Loading branch information
Kakadu committed Jul 25, 2024
1 parent f16ff96 commit 9277871
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

# Rename many modules to snake_case
6e75c5a2b460294d97b50055c4d7ed565a6e3984

# Upgrade to ocamlformat.0.26.2
f16ff96c44d3e1c6055a7fd081fb9b8140506e08
8 changes: 3 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

(package
(name zanuda)
(synopsis "OCaml linter experiment")
(synopsis "Linter for OCaml+dune projects")
(description
"Inspired by https://discuss.ocaml.org/t/how-possible-is-a-clippy-like-linter-for-ocaml")
"Lints for OCaml projects. Primary usage is for teaching/education")
(tags
(lint test))
(depends
Expand Down Expand Up @@ -49,7 +49,7 @@
(menhir :with-test)
(ocamlformat
(and
(= 0.26.1)
(= 0.26.2)
:dev))
(odoc :with-doc)
(odig :with-doc)))
Expand All @@ -69,12 +69,10 @@
ppx_expect
bisect_ppx
curly
;stdio
yojson
stdune
(angstrom
(>= 0.15.0))
;(base :with-test)
(ocamlformat
(and
(= 0.26.1)
Expand Down
5 changes: 3 additions & 2 deletions tests/unused_func/Inline_tests.t/.ocamlformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
profile=janestreet
sequence-style=terminator
version=0.26.2
sequence-style = terminator
field-space=loose
max-indent=2

6 changes: 3 additions & 3 deletions zanuda.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml linter experiment"
synopsis: "Linter for OCaml+dune projects"
description:
"Inspired by https://discuss.ocaml.org/t/how-possible-is-a-clippy-like-linter-for-ocaml"
"Lints for OCaml projects. Primary usage is for teaching/education"
maintainer: ["[email protected]"]
authors: ["Kakadu"]
license: "LGPL-3.0-only"
Expand All @@ -26,7 +26,7 @@ depends: [
"ppx_deriving" {with-test}
"ppx_blob" {with-test}
"menhir" {with-test}
"ocamlformat" {= "0.26.1" & dev}
"ocamlformat" {= "0.26.2" & dev}
"odoc" {with-doc}
"odig" {with-doc}
]
Expand Down

0 comments on commit 9277871

Please sign in to comment.