#N/A: Add gradle_no_task rule

This commit is contained in:
Vladimir Iakovlev
2016-08-13 20:31:33 +03:00
parent 21bb439d7c
commit ae3e231a5f
4 changed files with 194 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ DEFAULT_SETTINGS = {'rules': DEFAULT_RULES,
'history_limit': None,
'alter_history': True,
'wait_slow_command': 15,
'slow_commands': ['lein', 'react-native'],
'slow_commands': ['lein', 'react-native', 'gradle',
'./gradlew'],
'env': {'LC_ALL': 'C', 'LANG': 'C', 'GIT_TRACE': '1'}}
ENV_TO_ATTR = {'THEFUCK_RULES': 'rules',