From 58eb4f25a0dd0f0defbe3153a47f36c37c68811c Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 27 Jul 2015 01:18:15 -0700 Subject: [PATCH] Format init command at Override configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3af868b..413869c 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ $ phpqa analyze --project=PROJECT --git - Option `project` could be omitted if a `phpqa.yml` or `phpqa.yml.dist` file is available at current working directory. ## Override configuration -This project was built to be fully customizable and you can enable/disable analyzers and modify arguments/options passed to analyzers by updating the `phpqa.yml` or `phpqa.yml.dist` file on your project root copied when running init command, or the files `~/.phpqa/php/config.yml`, `~/.phpqa/symfony/config.yml` or `~/.phpqa/drupal/config.yml` copied when running `init` command using `--global` option. +This project was built to be fully customizable, you can enable/disable analyzers and modify arguments/options passed to analyzers by updating the `phpqa.yml` or `phpqa.yml.dist` file on your project root copied when running `init` command, or the files `~/.phpqa/php/config.yml`, `~/.phpqa/symfony/config.yml` or `~/.phpqa/drupal/config.yml` copied when running `init` command using `--global` option. ## Nice to have features - Add command to create new project.