-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
307 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 45 additions & 44 deletions
89
Sources/Kysect.Configuin.Core/CodeStyleGeneration/CodeStyleGenerator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
Sources/Kysect.Configuin.Core/CodeStyleGeneration/Models/CodeStyle.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
namespace Kysect.Configuin.Core.CodeStyleGeneration.Models; | ||
|
||
public record CodeStyle(IReadOnlyCollection<ICodeStyleElement> Elements); |
11 changes: 0 additions & 11 deletions
11
Sources/Kysect.Configuin.Core/CodeStyleGeneration/Models/CodeStyleInfo.cs
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...es/Kysect.Configuin.Core/CodeStyleGeneration/Models/CodeStyleRoslynOptionConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
using Kysect.Configuin.Core.RoslynRuleModels; | ||
|
||
namespace Kysect.Configuin.Core.CodeStyleGeneration.Models; | ||
|
||
public record CodeStyleRoslynOptionConfiguration(RoslynStyleRuleOption Option, string SelectedValue); |
8 changes: 8 additions & 0 deletions
8
...sect.Configuin.Core/CodeStyleGeneration/Models/CodeStyleRoslynQualityRuleConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
using Kysect.Configuin.Core.RoslynRuleModels; | ||
|
||
namespace Kysect.Configuin.Core.CodeStyleGeneration.Models; | ||
|
||
public record CodeStyleRoslynQualityRuleConfiguration( | ||
RoslynQualityRule Rule, | ||
RoslynRuleSeverity Severity) | ||
: ICodeStyleElement; |
9 changes: 9 additions & 0 deletions
9
...Kysect.Configuin.Core/CodeStyleGeneration/Models/CodeStyleRoslynStyleRuleConfiguration.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using Kysect.Configuin.Core.RoslynRuleModels; | ||
|
||
namespace Kysect.Configuin.Core.CodeStyleGeneration.Models; | ||
|
||
public record CodeStyleRoslynStyleRuleConfiguration( | ||
RoslynStyleRule Rule, | ||
RoslynRuleSeverity Severity, | ||
IReadOnlyCollection<CodeStyleRoslynOptionConfiguration> Options) | ||
: ICodeStyleElement; |
15 changes: 0 additions & 15 deletions
15
Sources/Kysect.Configuin.Core/CodeStyleGeneration/Models/RoslynOptionConfiguration.cs
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
Sources/Kysect.Configuin.Core/CodeStyleGeneration/Models/RoslynQualityRuleConfiguration.cs
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
Sources/Kysect.Configuin.Core/CodeStyleGeneration/Models/RoslynStyleRuleConfiguration.cs
This file was deleted.
Oops, something went wrong.
89 changes: 0 additions & 89 deletions
89
Sources/Kysect.Configuin.Core/EditorConfigParsing/EditorConfigRuleParser.cs
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
Sources/Kysect.Configuin.Core/EditorConfigParsing/EditorConfigRuleSet.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.