Files
edx-platform/scripts/vulture/whitelist.py
2019-07-10 15:22:45 +05:00

16 lines
398 B
Python

#!/bin/env python
# Vulture often detects false positives when analyzing a code
# base. If there are particular things you wish to ignore,
# add them below. This file is consumed by
# scripts/dead_code/find-dead-code.sh
from __future__ import absolute_import
from vulture.whitelist_utils import Whitelist
view_whitelilst = Whitelist()
# Example:
# view_whitelist.name_of_function_to_whitelist