forked from VimPlug/jedi
change the default linter command from 'force' to 'linter'
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ if len(argv) == 2 and argv[1] == 'repl':
|
|||||||
# don't want to use __main__ only for repl yet, maybe we want to use it for
|
# don't want to use __main__ only for repl yet, maybe we want to use it for
|
||||||
# something else. So just use the keyword ``repl`` for now.
|
# something else. So just use the keyword ``repl`` for now.
|
||||||
print(join(dirname(abspath(__file__)), 'api', 'replstartup.py'))
|
print(join(dirname(abspath(__file__)), 'api', 'replstartup.py'))
|
||||||
elif len(argv) > 1 and argv[1] == 'force':
|
elif len(argv) > 1 and argv[1] == 'linter':
|
||||||
"""
|
"""
|
||||||
This is a pre-alpha API. You're not supposed to use it at all, except for
|
This is a pre-alpha API. You're not supposed to use it at all, except for
|
||||||
testing. It will very likely change.
|
testing. It will very likely change.
|
||||||
|
|||||||
Reference in New Issue
Block a user