diff options
Diffstat (limited to 'its/plugin/projects/issues-project/src')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file1.css | 4 | ||||
| -rw-r--r-- | its/plugin/projects/issues-project/src/file2.less | 4 | ||||
| -rw-r--r-- | its/plugin/projects/issues-project/src/file3.scss | 4 | 
3 files changed, 9 insertions, 3 deletions
| diff --git a/its/plugin/projects/issues-project/src/file1.css b/its/plugin/projects/issues-project/src/file1.css index 6e1dcdd..8d5bacb 100644 --- a/its/plugin/projects/issues-project/src/file1.css +++ b/its/plugin/projects/issues-project/src/file1.css @@ -24,4 +24,6 @@ a {    to {      margin-top: 100px !important;                             /* S4655 | keyframe-declaration-no-important */    } -}
\ No newline at end of file +} + +foo { }                                                       /* 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 3f2809c..072a687 100644 --- a/its/plugin/projects/issues-project/src/file2.less +++ b/its/plugin/projects/issues-project/src/file2.less @@ -24,4 +24,6 @@ a {    to {      margin-top: 100px !important;                             /* S4655 | keyframe-declaration-no-important */    } -}
\ No newline at end of file +} + +foo { }                                                       /* 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 6e1dcdd..8d5bacb 100644 --- a/its/plugin/projects/issues-project/src/file3.scss +++ b/its/plugin/projects/issues-project/src/file3.scss @@ -24,4 +24,6 @@ a {    to {      margin-top: 100px !important;                             /* S4655 | keyframe-declaration-no-important */    } -}
\ No newline at end of file +} + +foo { }                                                       /* S4658 | block-no-empty */
\ No newline at end of file | 
