microsoft / microsoft/boll

Override ruleset glob in configuration

Open
#70 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
TypeScript
Stars
20
Forks
9
PR merge metrics
No merged PRs in 30d

Description

In my local configuration, I should be able to write:

{ ruleSets: {
  ruleName: {
    include: ['./src/**/*']
  }
} }

and it should entirely replace the patterns that the default glob implementation would run.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name a file or test. Start by locating configuration handling and the default glob implementation, then trace how ruleSets and include patterns are combined. Done means a configured include glob fully replaces the default patterns for that rule and the behavior is covered by an appropriate test.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.