Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/bs config schema allows string diagnostic codes #416

Conversation

markwpearce
Copy link
Collaborator

@markwpearce markwpearce commented May 13, 2021

Allows setting the bsconfig to have string types for the codes array of diagnostic filters:

bsLint has diagnostic codes like "LINT2001"

e.g.

{
  "diagnosticFilters": [
   {
      src: "./someDir/**",
     codes: ["LINT3011"]
   }
 ]
}

@TwitchBronBron TwitchBronBron merged commit 894ace8 into rokucommunity:master May 14, 2021
@TwitchBronBron
Copy link
Member

Nice. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants