Skip to content

Fix #153: Script Analyzer is not returning markers #161

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

Merged
merged 1 commit into from
Feb 16, 2016

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Feb 16, 2016

This change fixes an issue in 0.4.1 where Script Analyzer analysis markers
are not being returned by the AnalysisService. This issue was caused by a
new optional parameter to the ScriptAnalyzer.Initialize method called
'includeDefaultRules' which was introduced in 1.3.0. Since this parameter
has a default value of 'false', the default Script Analyzer rules were not
being loaded or applied in analysis runs.

This change fixes an issue in 0.4.1 where Script Analyzer analysis markers
are not being returned by the AnalysisService.  This issue was caused by a
new optional parameter to the ScriptAnalyzer.Initialize method called
'includeDefaultRules' which was introduced in 1.3.0.  Since this parameter
has a default value of 'false', the default Script Analyzer rules were not
being loaded or applied in analysis runs.
@daviwil daviwil force-pushed the daviwil/script-analyzer-fix branch from c98a95f to b792896 Compare February 16, 2016 04:42
daviwil added a commit that referenced this pull request Feb 16, 2016
Fix #153: Script Analyzer is not returning markers
@daviwil daviwil merged commit 84cf1ff into master Feb 16, 2016
@daviwil daviwil deleted the daviwil/script-analyzer-fix branch February 16, 2016 04:47
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