refactor: Remove all mentions of symmath

This commit is contained in:
Carlos Muniz
2022-02-04 11:45:44 -05:00
parent 18e4c1cec4
commit b80d8d6030
3 changed files with 1 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ exclude+='|^common/test/data/?.*$'
# * common/lib/xmodule -> EXCLUDE from check.
# * common/lib/xmodule/xmodule/modulestore -> INCLUDE in check.
exclude+='|^common/lib$'
exclude+='|^common/lib/(capa|safe_lxml|sandbox-packages|symmath|xmodule)$'
exclude+='|^common/lib/(capa|safe_lxml|sandbox-packages|xmodule)$'
# Docs, scripts.
exclude+='|^docs/.*$'