https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: ffc3c3caf6fbb6febf4be0571ca6e830224c2b2a authored by Nicolas Thouvenin on 25 March 2019, 08:43:48 UTC
9.5.11
Tip revision: ffc3c3c
.bithoundrc
{
  "ignore": [
    "**/deps/**",
    "**/node_modules/**",
    "**/thirdparty/**",
    "**/third_party/**",
    "**/vendor/**",
    "**/**-min-**",
    "**/**-min.**",
    "**/**.min.**",
    "**/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s",
    "**/**jquery-*.*.?(*).?(cs|j)s",
    "**/prototype?(*).js",
    "**/**?(*).ts",
    "**/mootools*.*.*.js",
    "**/dojo.js",
    "**/MochiKit.js",
    "**/yahoo-*.js",
    "**/yui*.js",
    "**/ckeditor*.js",
    "**/tiny_mce*.js",
    "**/tiny_mce/?(langs|plugins|themes|utils)/**",
    "**/MathJax/**",
    "**/shBrush*.js",
    "**/shCore.js",
    "**/shLegacy.js",
    "**/modernizr.custom.?(*).js",
    "**/knockout-*.*.*.debug.js",
    "**/extjs/*.js",
    "**/extjs/*.xml",
    "**/extjs/*.txt",
    "**/extjs/*.html",
    "**/extjs/*.properties",
    "**/extjs/.sencha",
    "**/extjs/docs/**",
    "**/extjs/builds/**",
    "**/extjs/cmd/**",
    "**/extjs/examples/**",
    "**/extjs/locale/**",
    "**/extjs/packages/**",
    "**/extjs/plugins/**",
    "**/extjs/resources/**",
    "**/extjs/src/**",
    "**/extjs/welcome/**",
    "bower_components/**",
    "**/libs/**",
    "**/ie10-viewport-bug-workaround.js",
    "**/ie-emulation-modes-warning.js",
    "**/ie8-responsive-file-warning.js",
    "**/rzslider.js",
    "**/locales/*.js",
    "src/build/**"
  ],
  "test": [
    "**/*.spec.js",
    "**/test/**",
    "**/tests/**",
    "**/spec/**",
    "**/specs/**"
  ],
  "dependencies": {
    "unused-ignores": [
      "debug"
    ]
  }
}
back to top