Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not scan any files #14

Open
pbiggar opened this issue Sep 8, 2018 · 0 comments
Open

Does not scan any files #14

pbiggar opened this issue Sep 8, 2018 · 0 comments

Comments

@pbiggar
Copy link

pbiggar commented Sep 8, 2018

I'm trying to use dead_code_analyzer, and it doesn't seem to scan any files.

I ran it using:

docker run -it --mount type=bind,src=$PWD,dst=/app -w /app ocaml/opam:ubuntu-12.04_ocaml-4.04.2 /bin/bash
opam install dead_code_analyzer
dead_code_analyzer.opt --verbose src/*/*.{ml,mli}

with output

Scanning files...
 [DONE]

.> UNUSED EXPORTED VALUES:
=========================

Nothing else to report in this section
--------------------------------------------------------------------------------


.> UNUSED METHODS:
=================

Nothing else to report in this section
--------------------------------------------------------------------------------


.> UNUSED CONSTRUCTORS/RECORD FIELDS:
====================================

Nothing else to report in this section
--------------------------------------------------------------------------------

My understanding is that with the verbose flag it should list all the files it scanned in the output, so I conclude it scanned no files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant