Add diff view properties to new rule templates (#1721)

This commit is contained in:
Ilia Kebets 2023-04-04 15:14:28 +02:00 committed by GitHub
parent 0b2c1cc0af
commit bed9ace665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -16,14 +16,14 @@ FIXME: remove the unused optional headers (that are commented out)
==== Noncompliant code example
[source,text]
[source,text,diff-id=1,diff-type=noncompliant]
----
FIXME
----
==== Compliant solution
[source,text]
[source,text,diff-id=1,diff-type=compliant]
----
FIXME
----

View File

@ -16,14 +16,14 @@ FIXME: remove the unused optional headers (that are commented out)
==== Noncompliant code example
[source,text]
[source,text,diff-id=1,diff-type=noncompliant]
----
FIXME
----
==== Compliant solution
[source,text]
[source,text,diff-id=1,diff-type=compliant]
----
FIXME
----