Skip to content

Commit

Permalink
Include Interoperability.Com in self-test (but not in default) rule set
Browse files Browse the repository at this point in the history
* rules/rules.xml: Include rules from Gendarme.Rules.Interoperability.Com
in self-test, but not in default, rule set. Also create a specific
"interop-com" rule set containing only the COM rules.
  • Loading branch information
Sebastien Pouliot committed Nov 27, 2010
1 parent a82b6af commit db06fc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gendarme/rules/rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<rules include="*" from="Gendarme.Rules.Design.Linq.dll"/>
<rules include="*" from="Gendarme.Rules.Exceptions.dll" />
<rules include="*" from="Gendarme.Rules.Interoperability.dll"/>
<rules include="*" from="Gendarme.Rules.Interoperability.Com.dll"/>
<rules include="*" from="Gendarme.Rules.Naming.dll"/>
<rules include="*" from="Gendarme.Rules.Performance.dll" />
<rules include="*" from="Gendarme.Rules.Portability.dll" />
Expand Down Expand Up @@ -102,6 +103,9 @@
<ruleset name="interoperability">
<rules include="*" from="Gendarme.Rules.Interoperability.dll"/>
</ruleset>
<ruleset name="interop-com">
<rules include="*" from="Gendarme.Rules.Interoperability.Com.dll"/>
</ruleset>
<ruleset name="serialization">
<rules include="*" from="Gendarme.Rules.Serialization.dll"/>
</ruleset>
Expand Down

0 comments on commit db06fc0

Please sign in to comment.