Skip to content

Commit c05a95c

Browse files
committed
[IMP] web: whitelist voip modules for linting
1 parent 9cee827 commit c05a95c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

addons/web/tooling/_eslintignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ addons/html_editor/static/lib/diff2html/*.js
108108
!timer
109109
!timer/**/*
110110

111+
# Whitelist voip modules
112+
!voip*
113+
!voip*/**/*
114+
115+
# BlackList voip libs
116+
voip/static/lib/**/*
117+
111118
# Whitelist industry_fsm
112119
!industry_fsm
113120
!industry_fsm/**/*

0 commit comments

Comments
 (0)