Skip to content

Commit

Permalink
Add markdownlint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Apr 22, 2020
1 parent d47f911 commit 40c085b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"MD013": false,
"MD033": false
}
18 changes: 8 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@
"unversioned",
"xclip",
"xcopy",
"netcoreapp"
"netcoreapp",
"Namesapace",
"ethomson",
"lcov",
"nuget",
"nupkg",
"opencover",
"sonarscanner"
],
"dotnet-test-explorer.testArguments": "/p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=../lcov",
"editor.tabSize": 4,
Expand All @@ -35,14 +42,5 @@
},
"grammarly.userWords": [
"NotificationSystem"
],
"cSpell.words": [
"Namesapace",
"ethomson",
"lcov",
"nuget",
"nupkg",
"opencover",
"sonarscanner"
]
}

0 comments on commit 40c085b

Please sign in to comment.