aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/php-project
diff options
context:
space:
mode:
authorAlban Auzeill2019-12-12 10:47:22 +0100
committerElena Vilchik2019-12-12 10:47:22 +0100
commit13fe08e87c8a70ffe6e248b774ef826bbe1f779d (patch)
tree582a26fb92a2382a76153a35e61316bd360614ab /its/plugin/projects/php-project
parentccc590679d3a9ed060b875fbbaf2825bd37bf334 (diff)
downloadsonar-css-13fe08e87c8a70ffe6e248b774ef826bbe1f779d.tar.bz2
Analyze CSS in non-CSS files even if no CSS files in the project (#218)
Diffstat (limited to 'its/plugin/projects/php-project')
-rw-r--r--its/plugin/projects/php-project/src/index.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/its/plugin/projects/php-project/src/index.php b/its/plugin/projects/php-project/src/index.php
new file mode 100644
index 0000000..54d36ee
--- /dev/null
+++ b/its/plugin/projects/php-project/src/index.php
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <title>Index</title>
+ <style>
+ /* S4658 empty block */
+ p { }
+ </style>
+</head>
+<body>
+ <?= "Hello World!" ?>
+</body>
+</html>