#N/A: Remove enabled_by_default = True from rules
This commit is contained in:
@@ -53,6 +53,3 @@ def get_new_command(command):
|
||||
else:
|
||||
return cd_mkdir.get_new_command(command)
|
||||
return u'cd "{0}"'.format(cwd)
|
||||
|
||||
|
||||
enabled_by_default = True
|
||||
|
||||
@@ -10,6 +10,3 @@ def match(command):
|
||||
@git_support
|
||||
def get_new_command(command):
|
||||
return replace_argument(command.script, "delete", "remove")
|
||||
|
||||
|
||||
enabled_by_default = True
|
||||
|
||||
@@ -10,6 +10,3 @@ def match(command):
|
||||
|
||||
def get_new_command(command):
|
||||
return replace_argument(command.script, 'set-url', 'add')
|
||||
|
||||
|
||||
enabled_by_default = True
|
||||
|
||||
Reference in New Issue
Block a user