Skip to content

Instantly share code, notes, and snippets.

View bithoundio's full-sized avatar

bitHound bithoundio

View GitHub Profile
@bithoundio
bithoundio / .bithoundrc
Last active August 10, 2016 07:03
Use .bithoundrc to mute modules that you have vetted. Please use with caution. You may miss new, and important alerts on modules. We recommend you review your muted dependencies on a regular basis.
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/thirdparty/**",
"**/third_party/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
@bithoundio
bithoundio / .bithoundrc
Last active June 1, 2017 18:38
If bitHound is marking a module as unused, but you are using it in a way bitHound can't detect (e.g. inline script tags, tests), you can specify unused ignores in your .bithoundrc.
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/thirdparty/**",
"**/third_party/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
@bithoundio
bithoundio / .bithoundrc
Last active December 3, 2017 15:49
The default values for .bithoundrc that customizes bitHound project analysis. If you like the defaults and want to make additions, keep the contents of this file and add your values. Commit this file directly to your project's root and bitHound will pick it up on the next round of analysis.
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/thirdparty/**",
"**/third_party/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
@bithoundio
bithoundio / .bithoundrc
Last active February 20, 2018 22:41
Specifying a custom package.json location for your project using .bithoundrc.
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/thirdparty/**",
"**/third_party/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",