From b45e6c9923f9ab8a27a81430dfea81d5302922d3 Mon Sep 17 00:00:00 2001 From: Amaury Levé Date: Mon, 25 Jun 2018 11:58:32 +0200 Subject: Rule S4658: Empty blocks should be removed --- its/plugin/projects/issues-project/src/file1.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'its/plugin/projects/issues-project/src/file1.css') 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 -- cgit v1.2.3