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

Add docker support #96

Merged
merged 2 commits into from Aug 23, 2018
Merged

Add docker support #96

merged 2 commits into from Aug 23, 2018

Conversation

Innectic
Copy link
Contributor

Example of it running:

loc (lang/docker) # cargo run -- ../test
    Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
     Running `target/debug/loc ../test`
--------------------------------------------------------------------------------
 Language             Files        Lines        Blank      Comment         Code
--------------------------------------------------------------------------------
 Docker                   1            4            1            1            2
--------------------------------------------------------------------------------
 Total                    1            4            1            1            2
--------------------------------------------------------------------------------

Contents of file:

loc (lang/docker) # cat ../test/Dockerfile
# This is a testing comment

FROM ubuntu
RUN echo "Hello world!"

Closes #95

@Innectic Innectic mentioned this pull request Jun 16, 2018
@Innectic
Copy link
Contributor Author

Seems these build failures aren't caused by anything I've done. Looks like all other builds have this too.

@cgag cgag merged commit 78af39f into cgag:master Aug 23, 2018
@cgag
Copy link
Owner

cgag commented Aug 23, 2018

sorry for the crazy delay, but looks good

@Innectic Innectic deleted the lang/docker branch August 24, 2018 07:10
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

Successfully merging this pull request may close these issues.

None yet

2 participants