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

Fixing issue in the default configuration #2230

Merged
merged 2 commits into from
Jan 9, 2021

Conversation

eddynaka
Copy link
Collaborator

@eddynaka eddynaka commented Jan 9, 2021

No description provided.

@@ -558,7 +558,7 @@ private SupportedPlatform GetCurrentRunningOS()
// So disable it, but don't complain that the rule was explicitly disabled.
disabledSkimmers.Add(skimmer.Id);
}
else if (skimmer.DefaultConfiguration.Level != failureLevel)
else if (skimmer.DefaultConfiguration.Level != failureLevel && ruleEnabled != RuleEnabledState.Default && ruleEnabled != RuleEnabledState.Disabled)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skimmer [](start = 25, length = 7)

style issue, can you make this a multiline check, not put it on a single line? thanks!

Copy link
Member

@michaelcfanning michaelcfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@eddynaka eddynaka enabled auto-merge (squash) January 9, 2021 21:27
@eddynaka eddynaka merged commit 853787c into main Jan 9, 2021
@eddynaka eddynaka deleted the users/ednakamu/fixing-default-configuration-skimmer branch January 9, 2021 21:32
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.

2 participants