Closed sobolevn closed 6 years ago
I have seen, that dogma has a mechanism to extract all comments from a source files: https://hexdocs.pm/dogma/Dogma.Util.Comment.html
dogma
The question is, how do we suppose to use it? I could not find any docs about it.
The way I used to do it (coming from pylint, eslint and shellcheck):
pylint
eslint
shellcheck
Thanks!
I'd like the inline comment feature :)
+1!
I have seen, that
dogma
has a mechanism to extract all comments from a source files: https://hexdocs.pm/dogma/Dogma.Util.Comment.htmlThe question is, how do we suppose to use it? I could not find any docs about it.
The way I used to do it (coming from
pylint
,eslint
andshellcheck
):Thanks!