diff options
| author | Amaury Levé | 2018-06-25 11:58:32 +0200 |
|---|---|---|
| committer | Amaury Levé | 2018-06-25 15:05:03 +0200 |
| commit | b45e6c9923f9ab8a27a81430dfea81d5302922d3 (patch) | |
| tree | 1d4bfa1a244876d746913da800a5c50a691bbb6d /its/plugin/projects/issues-project/src | |
| parent | 0105e87be8d99a8e9c99faa0a278fc3a2d676a20 (diff) | |
| download | sonar-css-b45e6c9923f9ab8a27a81430dfea81d5302922d3.tar.bz2 | |
Rule S4658: Empty blocks should be removed
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 |
