Examples (6)
Lint a specific directory
parallel-lint path/to/directoryLint a directory using the specified number of parallel processes
parallel-lint -j processes path/to/directoryLint a directory, excluding the specified directory
parallel-lint --exclude path/to/excluded_directory path/to/directoryLint a directory of files using a comma-separated list of extension(s)
parallel-lint -e php,html,phpt path/to/directoryLint a directory and output the results as JSON
parallel-lint --json path/to/directoryLint a directory and show Git Blame results for rows containing errors
parallel-lint --blame path/to/directorymade by @shridhargupta | data from tldr-pages