From b132e87dc0caa1cbf4892be57773232bf105d70b Mon Sep 17 00:00:00 2001 From: Ismail El Korchi Date: Sun, 5 Apr 2020 23:23:06 +0100 Subject: [PATCH] Switch tabs to spaces and fix a minor docs issue --- .stylelintrc.json | 4 ++-- .travis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 2a2f6fd7..2c7b6b4b 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -7,7 +7,7 @@ ], "rules": { "font-family-no-missing-generic-family-keyword": null, - "no-descending-specificity": null, - "block-no-empty": null + "no-descending-specificity": null, + "block-no-empty": null } } diff --git a/.travis.yml b/.travis.yml index 61cc0a39..4545c1dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ script: - composer validate --no-check-all --strict # Search for PHP syntax errors using PHP Parallel Lint. - # https://github.com/php-parallel-lint/PHP-Parallel-Lint + # @link https://github.com/php-parallel-lint/PHP-Parallel-Lint - composer lint:php # Check the PHP files with the coding standards documented in the phpcs.xml.dist file.