Skip to content

Commit

Permalink
CP-39134: quality gate fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Signed-off-by: Pau Ruiz Safont <pau.safont@citrix.com>
  • Loading branch information
edwintorok authored and psafont committed Oct 20, 2022
1 parent 22f75f8 commit 01a2910
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file added ocaml/xapi-guard/src/main.mli
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion quality-gate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ verify-cert () {
}

mli-files () {
N=514
N=513
# do not count ml files from the tests in ocaml/{tests/perftest/quicktest}
MLIS=$(git ls-files -- '**/*.mli' | grep -vE "ocaml/tests|ocaml/perftest|ocaml/quicktest" | xargs -I {} sh -c "echo {} | cut -f 1 -d '.'" \;)
MLS=$(git ls-files -- '**/*.ml' | grep -vE "ocaml/tests|ocaml/perftest|ocaml/quicktest" | xargs -I {} sh -c "echo {} | cut -f 1 -d '.'" \;)
Expand Down

0 comments on commit 01a2910

Please sign in to comment.