Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Merge pull request #7 from cake-contrib/feature/internalize
Browse files Browse the repository at this point in the history
(GH-5) Make MarkdownlintProvider internal
  • Loading branch information
pascalberger committed May 23, 2017
2 parents 86cb349 + 6adb60e commit 9c625bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@
using Core.Diagnostics;
using Testing;

public class MarkdownlintProviderFixture
internal class MarkdownlintProviderFixture
{
public MarkdownlintProviderFixture(string fileResourceName)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Prca.Issues.Markdownlint/MarkdownlintProvider.cs
Expand Up @@ -9,7 +9,7 @@
/// <summary>
/// Provider for code analysis issues reported by Markdownlint.
/// </summary>
public class MarkdownlintProvider : CodeAnalysisProvider
internal class MarkdownlintProvider : CodeAnalysisProvider
{
private readonly MarkdownlintSettings settings;

Expand Down

0 comments on commit 9c625bf

Please sign in to comment.