Skip to content

Commit

Permalink
[BUGFIX] Read tslint.yml in current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala authored Dec 6, 2016
1 parent 7bbc470 commit f734c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helmich/TypoScriptLint/Command/LintCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function configure()
$this
->setName('lint')
->setDescription('Check coding style for TypoScript file.')
->addOption('config', 'c', InputOption::VALUE_REQUIRED, 'Configuration file to use.')
->addOption('config', 'c', InputOption::VALUE_REQUIRED, 'Configuration file to use.', 'tslint.yml')
->addOption('format', 'f', InputOption::VALUE_REQUIRED, 'Output format.', 'text')
->addOption('output', 'o', InputOption::VALUE_REQUIRED, 'Output file ("-" for stdout).', '-')
->addOption(
Expand Down

0 comments on commit f734c1f

Please sign in to comment.