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/file1.css | |
| 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/file1.css')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file1.css | 4 | 
1 files changed, 3 insertions, 1 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 | 
