Ignore seemingly dead code
This commit is contained in:
parent
b5b4d563ec
commit
c5153339c0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
},
|
||||
exclude: [
|
||||
/* Avoid scanning scripts which use dev-dependencies and pull in babel, rollup, etc. */
|
||||
'**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**'
|
||||
'**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**', '**/src/matrix/storage/memory/**'
|
||||
],
|
||||
plugins: [
|
||||
/* ... */
|
||||
|
|
Reference in a new issue