Browse Source

r7443@daniel-notebook (orig r3405): daniel | 2008-08-17 17:25:23 +0200

Fixed style cop addin, the settings file was extracted to the drive root instead of the config directory.


git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3415 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 17 years ago
parent
commit
922e6425ed
  1. 2
      src/AddIns/Misc/SourceAnalysis/Src/StyleCopWrapper.cs

2
src/AddIns/Misc/SourceAnalysis/Src/StyleCopWrapper.cs

@ -15,7 +15,7 @@ namespace MattEverson.SourceAnalysis @@ -15,7 +15,7 @@ namespace MattEverson.SourceAnalysis
{
public static class StyleCopWrapper
{
public static readonly string MasterSettingsFileName = Path.Combine(PropertyService.ConfigDirectory, @"\Settings.SourceAnalysis");
public static readonly string MasterSettingsFileName = Path.Combine(PropertyService.ConfigDirectory, @"Settings.SourceAnalysis");
public static bool IsStyleCopPath(string styleCopPath)
{

Loading…
Cancel
Save