The names can be found [here](https://github.com/devmanorg/fiasko_bro/blob/master/fiasko_bro/config.py#L4) Some of the confusing names: - `max_complexity` (it's really `max_mccabe_complexity`) - `minimum_name_length` (it's really `min_variable_name_length`) - `max_num_of_py_files` (`max_num_of_py_files_in_project`)