Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 311 Bytes

bad-configuration-section.md

File metadata and controls

7 lines (4 loc) · 311 Bytes

Pattern: Malformed TOML configuration section

Issue: -

Description

Emitted for misplaced option in Pylint's top level namespace for TOML configuration. Top-level dictionaries or option defined in the wrong section will still silently not be taken into account, which is tracked in a follow-up issue.