Skip to content

Commit 7913c27

Browse files
committed
Change inspection type
1 parent 6891b50 commit 7913c27

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Rubberduck.Core/Properties/Settings.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rubberduck.Core/Properties/Settings.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<CodeInspection Name="ObsoleteCallingConventionInspection" Severity="Warning" InspectionType="CodeQualityIssues" />
281281
<CodeInspection Name="DuplicatedAnnotationInspection" Severity="Error" InspectionType="RubberduckOpportunities" />
282282
<CodeInspection Name="ModuleWithoutFolderInspection" Severity="Suggestion" InspectionType="RubberduckOpportunities" />
283-
<CodeInspection Name="OnLocalErrorInspection" Severity="Suggestion" InspectionType="RubberduckOpportunities" />
283+
<CodeInspection Name="OnLocalErrorInspection" Severity="Suggestion" InspectionType="LanguageOpportunities" />
284284
</CodeInspections>
285285
<WhitelistedIdentifiers />
286286
<RunInspectionsOnSuccessfulParse>true</RunInspectionsOnSuccessfulParse>

Rubberduck.Core/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
<CodeInspection Name="ModuleWithoutFolderInspection" Severity="Suggestion"
406406
InspectionType="RubberduckOpportunities" />
407407
<CodeInspection Name="OnLocalErrorInspection" Severity="Suggestion"
408-
InspectionType="RubberduckOpportunities" />
408+
InspectionType="LanguageOpportunities" />
409409
</CodeInspections>
410410
<WhitelistedIdentifiers />
411411
<RunInspectionsOnSuccessfulParse>true</RunInspectionsOnSuccessfulParse>

0 commit comments

Comments
 (0)