diff options
| author | Amaury Levé | 2018-06-21 17:11:48 +0200 | 
|---|---|---|
| committer | GitHub | 2018-06-21 17:11:48 +0200 | 
| commit | fb06e0a88b47fe8505b87dbbf88aad47e9b300e2 (patch) | |
| tree | 60a14fc3f7d02f13018287d10dd14dc786609971 /its | |
| parent | 7a2daa058f3da99a224a2c874e554f88d2ad8104 (diff) | |
| download | sonar-css-fb06e0a88b47fe8505b87dbbf88aad47e9b300e2.tar.bz2 | |
Rule S4652: Strings should not contain new lines (#57)
Diffstat (limited to 'its')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file1.css | 2 | ||||
| -rw-r--r-- | its/plugin/projects/issues-project/src/file2.less | 2 | ||||
| -rw-r--r-- | its/plugin/projects/issues-project/src/file3.scss | 2 | 
3 files changed, 6 insertions, 0 deletions
| diff --git a/its/plugin/projects/issues-project/src/file1.css b/its/plugin/projects/issues-project/src/file1.css index ad5a908..3d5ac89 100644 --- a/its/plugin/projects/issues-project/src/file1.css +++ b/its/plugin/projects/issues-project/src/file1.css @@ -2,4 +2,6 @@    background-color: #ffw;   /* S4647 | color-no-invalid-hex */    width: 100pixels;         /* S4653 | unit-no-unknown */    /* */                     /* S4663 | comment-no-empty */ +  content: "first +    second";                /* S4652 | string-no-newline */  }
\ 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 ad5a908..3d5ac89 100644 --- a/its/plugin/projects/issues-project/src/file2.less +++ b/its/plugin/projects/issues-project/src/file2.less @@ -2,4 +2,6 @@    background-color: #ffw;   /* S4647 | color-no-invalid-hex */    width: 100pixels;         /* S4653 | unit-no-unknown */    /* */                     /* S4663 | comment-no-empty */ +  content: "first +    second";                /* S4652 | string-no-newline */  }
\ 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 ad5a908..3d5ac89 100644 --- a/its/plugin/projects/issues-project/src/file3.scss +++ b/its/plugin/projects/issues-project/src/file3.scss @@ -2,4 +2,6 @@    background-color: #ffw;   /* S4647 | color-no-invalid-hex */    width: 100pixels;         /* S4653 | unit-no-unknown */    /* */                     /* S4663 | comment-no-empty */ +  content: "first +    second";                /* S4652 | string-no-newline */  }
\ No newline at end of file | 
