Terrence Reilly
Terrence Reilly
Issues with the Numpy parser and reporter should be added here for the moment. Once it has stabilized, or a couple weeks have passed, I'll close this bug.
We should be able to configure logging through the configuration file and command-line arguments. For example, the `--debug` flag should change the log level to INFO.
This custom assert should log errors by default, and optionally kill the process, depending on the configuration.
This will make it possible to access the configuration without passing around lots of tramp data. This will make it reasonable to have a custom assert method which can be...
Rich Structured Text format [requires](http://docutils.sourceforge.net/docs/user/rst/quickref.html#definition-lists) a blank line after a definition list. However, darglint splits the arguments section in two if there is a blank line. Possible solutions: - Accept...
Currently, if we have a docstring with no space in between sections, darglint fails hard: ``` def double(x): """Double the number. Args: x: The number to double. Returns: The number,...