Skip to content

Commit 13578d7

Browse files
committed
[IMP] web: whitelist voip modules for linting
1 parent 567a325 commit 13578d7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

addons/web/tooling/_eslintignore

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

111+
# Whitelist voip modules
112+
!voip
113+
!voip/**/*
114+
!voip_ai
115+
!voip_ai/**/*
116+
!voip_crm
117+
!voip_crm/**/*
118+
!voip_hr_recruitment
119+
!voip_hr_recruitment/**/*
120+
!voip_onsip
121+
!voip_onsip/**/*
122+
!voip_sms
123+
!voip_sms/**/*
124+
125+
# BlackList voip libs
126+
voip/static/lib/**/*
127+
111128
# Whitelist industry_fsm
112129
!industry_fsm
113130
!industry_fsm/**/*

0 commit comments

Comments
 (0)