Expand description
Parsing configuration files and representing them internally.
Modulesยง
- error ๐
- This module contains different kinds of errors that can be returned by library functions.
- 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. - paths ๐
- This module is dedicated to functions for finding configuration file paths.
- root_
dirs ๐