From 82b15fb7063e1c40803971159a6c1d330a585274 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Sun, 10 Feb 2019 08:18:55 -0700 Subject: Document and test ale_python_vulture_options The vulture linter already supports ale_python_vulture_options, but it is not documented or tested. Since vulture only supports configuration via options, it is an important use case. Add docs and test. Signed-off-by: Kevin Locke --- .../command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe (limited to 'test/command_callback/python_paths/with_virtualenv/env/Scripts') diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/vulture.exe new file mode 100755 index 00000000..e69de29b -- cgit v1.2.3