forked from platformio/platformio-core
* Fixed an issue when configuration file options partly ignored when using custom ``--project-conf`` // Resolve #3034 * Py2 compatible makedirs * Fix circle dependency * Fix broken import in test examples * Fix history * Remove YAPF markers * PyLint fix * Fix invalid project conf path * Move PIO Core to the root on Windows, issue with long CPPPATHs * Respect global PLATFORMIO_BUILD_CACHE_DIR env var * Fix Appveyor paths * Minor changes
16 lines
315 B
INI
16 lines
315 B
INI
[MESSAGES CONTROL]
|
|
disable=
|
|
bad-continuation,
|
|
bad-whitespace,
|
|
missing-docstring,
|
|
ungrouped-imports,
|
|
invalid-name,
|
|
cyclic-import,
|
|
duplicate-code,
|
|
superfluous-parens,
|
|
too-few-public-methods,
|
|
useless-object-inheritance,
|
|
useless-import-alias,
|
|
fixme,
|
|
bad-option-value
|