diff options
| author | Amaury Levé | 2018-06-21 15:53:16 +0200 |
|---|---|---|
| committer | Elena Vilchik | 2018-06-21 15:53:16 +0200 |
| commit | 7a2daa058f3da99a224a2c874e554f88d2ad8104 (patch) | |
| tree | 3744b3a0d73ec6716320fc068d85a70633c5082f /its/plugin/projects/issues-project/src/file3.scss | |
| parent | 9bcc46b342cfb888f16c180cb0b3103335def5f1 (diff) | |
| download | sonar-css-7a2daa058f3da99a224a2c874e554f88d2ad8104.tar.bz2 | |
Rule S4663: Comments should not be empty (#51)
Diffstat (limited to 'its/plugin/projects/issues-project/src/file3.scss')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file3.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/its/plugin/projects/issues-project/src/file3.scss b/its/plugin/projects/issues-project/src/file3.scss index b0dcf70..ad5a908 100644 --- a/its/plugin/projects/issues-project/src/file3.scss +++ b/its/plugin/projects/issues-project/src/file3.scss @@ -1,4 +1,5 @@ .class1 { - background-color: #ffw; /* S4647 | color-no-invalid-hex */ - width: 100pixels; /* S4653 | unit-no-unknown */ + background-color: #ffw; /* S4647 | color-no-invalid-hex */ + width: 100pixels; /* S4653 | unit-no-unknown */ + /* */ /* S4663 | comment-no-empty */ }
\ No newline at end of file |
