Merge pull request #404 from janestreet/make-lint-standard

Make lint alias standard
This commit is contained in:
Rudi Grinberg 2018-01-12 15:46:26 +08:00 committed by GitHub
commit 92d4cbb7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let make name ~dir =
let dep t = Build.path t.file
let is_standard = function
| "runtest" | "install" | "doc" -> true
| "runtest" | "install" | "doc" | "lint" -> true
| _ -> false
let dep_rec ~loc ~file_tree t =