Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit a5fdec6

Browse files
committed
fix: ruleset names
1 parent 0df1cbc commit a5fdec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SPIP42/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<ruleset name="SPIP41">
2+
<ruleset name="SPIP42">
33
<description>Coding rules for SPIP 4.2</description>
44

55
<rule ref="SCS2"/>

src/SPIP50/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<ruleset name="SPIP41">
2+
<ruleset name="SPIP50">
33
<description>Coding rules for SPIP 5.0</description>
44

55
<rule ref="SCS2"/>

0 commit comments

Comments
 (0)