aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects
diff options
context:
space:
mode:
Diffstat (limited to 'its/plugin/projects')
-rw-r--r--its/plugin/projects/issues-project/src/file1.css5
-rw-r--r--its/plugin/projects/issues-project/src/file2.less5
-rw-r--r--its/plugin/projects/issues-project/src/file3.scss5
3 files changed, 12 insertions, 3 deletions
diff --git a/its/plugin/projects/issues-project/src/file1.css b/its/plugin/projects/issues-project/src/file1.css
index 35a9655..65a0392 100644
--- a/its/plugin/projects/issues-project/src/file1.css
+++ b/its/plugin/projects/issues-project/src/file1.css
@@ -24,6 +24,9 @@ a {
color: pink;; /* S1116 | no-extra-semicolons */
}
+unknown { /* S4670 | selector-type-no-unknown */
+ color: black;
+}
@keyframes important1 {
from {
@@ -34,4 +37,4 @@ a {
}
}
-foo { } /* S4658 | block-no-empty */ \ No newline at end of file
+.class2 { } /* S4658 | block-no-empty */ \ No newline at end of file
diff --git a/its/plugin/projects/issues-project/src/file2.less b/its/plugin/projects/issues-project/src/file2.less
index 78138c9..4b76034 100644
--- a/its/plugin/projects/issues-project/src/file2.less
+++ b/its/plugin/projects/issues-project/src/file2.less
@@ -24,6 +24,9 @@ a {
color: pink;; /* S1116 | no-extra-semicolons */
}
+unknown { /* S4670 | selector-type-no-unknown */
+ color: black;
+}
@keyframes important1 {
from {
@@ -34,4 +37,4 @@ a {
}
}
-foo { } /* S4658 | block-no-empty */ \ No newline at end of file
+.class2 { } /* S4658 | block-no-empty */ \ No newline at end of file
diff --git a/its/plugin/projects/issues-project/src/file3.scss b/its/plugin/projects/issues-project/src/file3.scss
index 35a9655..65a0392 100644
--- a/its/plugin/projects/issues-project/src/file3.scss
+++ b/its/plugin/projects/issues-project/src/file3.scss
@@ -24,6 +24,9 @@ a {
color: pink;; /* S1116 | no-extra-semicolons */
}
+unknown { /* S4670 | selector-type-no-unknown */
+ color: black;
+}
@keyframes important1 {
from {
@@ -34,4 +37,4 @@ a {
}
}
-foo { } /* S4658 | block-no-empty */ \ No newline at end of file
+.class2 { } /* S4658 | block-no-empty */ \ No newline at end of file