eclint¶
footman._stubs.eclint.Eclint
¶
Bases: Tool
__call__
¶
__call__(
*args: str,
color: _Value = ...,
cpuprofile: _Value = ...,
exclude: _Value = ...,
fix: _Flag = ...,
memprofile: _Value = ...,
no_gitignore: _Flag = ...,
show_all_errors: _Flag = ...,
show_error_quantity: _Value = ...,
summary: _Flag = ...,
v: _Value = ...,
vmodule: _Value = ...,
**flags: Any,
) -> Result
Run this verb.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
color
|
_Value
|
use color when printing; can be "always", "auto", or "never".
Defaults to |
...
|
cpuprofile
|
_Value
|
write cpu profile to file. |
...
|
exclude
|
_Value
|
paths to exclude. |
...
|
fix
|
_Flag
|
enable fixing instead of error reporting. |
...
|
memprofile
|
_Value
|
write mem profile to file. |
...
|
no_gitignore
|
_Flag
|
do not respect .gitignore rules when walking directories. |
...
|
show_all_errors
|
_Flag
|
display all errors for each file (otherwise 10 are kept). |
...
|
show_error_quantity
|
_Value
|
display only the first n errors (0 means all).
Defaults to |
...
|
summary
|
_Flag
|
enable the summary view. |
...
|
v
|
_Value
|
number for the log level verbosity of the testing logger. |
...
|
vmodule
|
_Value
|
comma-separated list of pattern=N log level settings for files matching the patterns. |
...
|