Skip to content

Commit ede43ee

Browse files
author
Сергей Курдюков
committed
$schema value should end with '#'
1 parent 95d5243 commit ede43ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema",
2+
"$schema": "http://json-schema.org/draft-04/schema#",
33
"id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
44
"title": "StyleCop Analyzers Configuration",
55
"description": "Configuration file for StyleCop Analyzers",

0 commit comments

Comments
 (0)