Skip to content

Commit 7b23f19

Browse files
committed
Add data to settings file
1 parent 2aacb14 commit 7b23f19

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Rubberduck.Core/Properties/Settings.Designer.cs

Lines changed: 6 additions & 4 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
<CodeInspection Name="ObsoleteMemberUsageInspection" Severity="Warning" InspectionType="MaintainabilityAndReadabilityIssues" />
280280
<CodeInspection Name="ObsoleteCallingConventionInspection" Severity="Warning" InspectionType="CodeQualityIssues" />
281281
<CodeInspection Name="DuplicatedAnnotationInspection" Severity="Error" InspectionType="RubberduckOpportunities" />
282+
<CodeInspection Name="ModuleWithoutFolderInspection" Severity="Suggestion" InspectionType="RubberduckOpportunities" />
282283
</CodeInspections>
283284
<WhitelistedIdentifiers />
284285
<RunInspectionsOnSuccessfulParse>true</RunInspectionsOnSuccessfulParse>

Rubberduck.Core/app.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@
402402
InspectionType="CodeQualityIssues" />
403403
<CodeInspection Name="DuplicatedAnnotationInspection" Severity="Error"
404404
InspectionType="RubberduckOpportunities" />
405+
<CodeInspection Name="ModuleWithoutFolderInspection" Severity="Suggestion"
406+
InspectionType="RubberduckOpportunities" />
405407
</CodeInspections>
406408
<WhitelistedIdentifiers />
407409
<RunInspectionsOnSuccessfulParse>true</RunInspectionsOnSuccessfulParse>

0 commit comments

Comments
 (0)