mongolyy / reviewdog-action-biome

MIT License
19 stars 2 forks source link

Scan test directory by renovate #40

Closed mongolyy closed 3 months ago

mongolyy commented 3 months ago

With the current base configuration, the following directories are ignored.

{
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**",
    "**/__fixtures__/**"
  ]
}

As a result, the project's package.json in the test directory is ignored. To set IgnorePaths explicitly so that the test directory is also included.