Expand description
Parsing configuration files and representing them internally.
Modulesยง
- error ๐
- Errors that can be raised during the parsing of a
ConfigFile. - file ๐
- Working with the configuration file written by the user.
- instantiated_
config ๐ - Creating and using the internal representation of all the important files, directories, and lints to check.
- parse ๐
- Helper functions to parse a configuration file written by a user to create
ConfigFiles andInstantiatedConfigs.
Constantsยง
- CONFIG_
NAME ๐ - The default file name for the configuration file.
Functionsยง
- find_
config_ paths - Find all configuration files available to be parsed.