Skip to content

Commit

Permalink
fix: remove empty spaces from warning
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj authored and okonet committed Jul 25, 2019
1 parent 0ce85b2 commit 6126b72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runAll.js
Expand Up @@ -64,8 +64,7 @@ module.exports = async function runAll(
dedent`${symbols.warning} ${chalk.yellow(
`lint-staged generated an argument string of ${argLength} characters, and commands might not run correctly on your platform.
It is recommended to use functions as linters and split your command based on the number of staged files. For more info, please visit:
https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands
`
https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands`
)}`
)
}
Expand Down

0 comments on commit 6126b72

Please sign in to comment.