Skip to content

Commit cd21b02

Browse files
authored
Merge pull request #2719 from skurdiukov/schema_fix
$schema value should end with '#'
2 parents 007ba5a + ede43ee commit cd21b02

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)