diff options
| author | Elena Vilchik | 2019-12-18 17:10:10 +0100 |
|---|---|---|
| committer | Alban Auzeill | 2019-12-18 17:10:10 +0100 |
| commit | c8f0071c4f5336dfe0efc5d3c218ab49f2401264 (patch) | |
| tree | 254cd5ed9531d7c62bab4f8ec082e085795ecb8f /its/plugin/projects | |
| parent | 13fe08e87c8a70ffe6e248b774ef826bbe1f779d (diff) | |
| download | sonar-css-c8f0071c4f5336dfe0efc5d3c218ab49f2401264.tar.bz2 | |
Rely on NodeJS API of Stylelint to execute CSS rules (#221)
Diffstat (limited to 'its/plugin/projects')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file-with-parsing-error-excluded.css | 1 | ||||
| -rw-r--r-- | its/plugin/projects/issues-project/src/file-with-parsing-error.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/its/plugin/projects/issues-project/src/file-with-parsing-error-excluded.css b/its/plugin/projects/issues-project/src/file-with-parsing-error-excluded.css new file mode 100644 index 0000000..af4a964 --- /dev/null +++ b/its/plugin/projects/issues-project/src/file-with-parsing-error-excluded.css @@ -0,0 +1 @@ +a { diff --git a/its/plugin/projects/issues-project/src/file-with-parsing-error.css b/its/plugin/projects/issues-project/src/file-with-parsing-error.css new file mode 100644 index 0000000..af4a964 --- /dev/null +++ b/its/plugin/projects/issues-project/src/file-with-parsing-error.css @@ -0,0 +1 @@ +a { |
