Skip to content

Commit

Permalink
add ppx_cstruct to topkg lint exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jun 1, 2017
1 parent bce315d commit 36102f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pkg.ml
Expand Up @@ -9,7 +9,7 @@ let async = Conf.with_pkg ~default:false "async"

let opams =
let lint_deps_excluding =
Some ["ounit"; "oUnit"; "ppx_tools"; "async_kernel"]
Some ["ounit"; "oUnit"; "ppx_tools"; "async_kernel"; "ppx_cstruct"]
in
[Pkg.opam_file ~lint_deps_excluding "opam"]

Expand Down

0 comments on commit 36102f1

Please sign in to comment.