#N/A: Add gradle_no_task rule
This commit is contained in:
+2
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user