1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 10:11:14 +00:00

added statistics feature constants

This commit is contained in:
steven 2020-02-03 12:09:58 -06:00
parent d366226fc0
commit 67cecf4671

View File

@ -87,3 +87,12 @@ DIFF_WITH_ALIAS = 0.5
SHELL_LOGGER_SOCKET_ENV = 'SHELL_LOGGER_SOCKET'
SHELL_LOGGER_LIMIT = 5
APPLIED_RULES = 'Applied Rules'
SELECTED_RULES = 'Selected Rules'
NO_FUCKS_GIVEN = 'No fucks given'
DEFAULT_RECORDS_DICT = {
APPLIED_RULES: {},
SELECTED_RULES: {},
NO_FUCKS_GIVEN: 0
}