Skip to content

Commit

Permalink
Fix topkg lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Nov 17, 2016
1 parent dddc9f5 commit 489d585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pkg.ml
Expand Up @@ -59,7 +59,7 @@ module Build = struct
end

let opams =
let lint_deps_excluding = Some ["cppo"] in
let lint_deps_excluding = Some ["cppo"; "ocb-stubblr"] in
[Pkg.opam_file ~lint_deps_excluding "opam"]

let metas = [Pkg.meta_file ~install:false "pkg/META.in"]
Expand Down

0 comments on commit 489d585

Please sign in to comment.