From 0b5afb7f05829a15f5f00abc5c4212a3889d3dcc Mon Sep 17 00:00:00 2001 From: Baha Date: Mon, 5 Jun 2017 12:05:55 -0400 Subject: [PATCH] phpcs: Allow linting tools to discover rules Explicitly stating the current directory fixes the ambiguity of finding the ruleset referred to in the file. This allows syntax checkers like flycheck (for GNU Emacs) to work. Change-Id: I6b046db29d11aff514d8f3623d049f5b6231a9d4 --- phpcs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index b2c8d89331..440604ea1e 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,6 +1,6 @@ - + -- 2.20.1