Module config

Module config 

Source
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 and InstantiatedConfigs.

Constantsยง

CONFIG_NAME ๐Ÿ”’
The default file name for the configuration file.

Functionsยง

find_config_paths
Find all configuration files available to be parsed.