From: Owen R. <exo...@us...> - 2005-09-08 22:52:44
|
Update of /cvsroot/netreflector/NetReflector In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8162 Modified Files: netreflector.FxCop Log Message: trying to fix fxcop spelling rules by using "en" locale Index: netreflector.FxCop =================================================================== RCS file: /cvsroot/netreflector/NetReflector/netreflector.FxCop,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** netreflector.FxCop 8 Sep 2005 12:42:25 -0000 1.2 --- netreflector.FxCop 8 Sep 2005 22:52:35 -0000 1.3 *************** *** 1,3 **** ! <?xml version="1.0" encoding="utf-8"?> <FxCopProject Version="1.312" Name="My FxCop Project"> <ProjectOptions> --- 1,3 ---- ! <?xml version="1.0" encoding="utf-8"?> <FxCopProject Version="1.312" Name="My FxCop Project"> <ProjectOptions> *************** *** 15,19 **** <AnalysisExceptionsThreshold>100</AnalysisExceptionsThreshold> <RuleExceptionsThreshold>10</RuleExceptionsThreshold> ! <Spelling Locale="en-us" /> <VersionAware>False</VersionAware> <OverrideRuleVisibilities>False</OverrideRuleVisibilities> --- 15,19 ---- <AnalysisExceptionsThreshold>100</AnalysisExceptionsThreshold> <RuleExceptionsThreshold>10</RuleExceptionsThreshold> ! <Spelling Locale="en" /> <VersionAware>False</VersionAware> <OverrideRuleVisibilities>False</OverrideRuleVisibilities> |