
parallel-lint
List of commands for parallel-lint:
-
parallel-lint:tldr:14a18 parallel-lint: Lint a directory and output the results as JSON.$ parallel-lint --json ${path-to-directory}try on your machineexplain this command
-
parallel-lint:tldr:7e827 parallel-lint: Lint a specific directory.$ parallel-lint ${path-to-directory}try on your machineexplain this command
-
parallel-lint:tldr:aa771 parallel-lint: Lint a directory of files using a comma-separated list of extension(s).$ parallel-lint -e ${php,html,phpt} ${path-to-directory}try on your machineexplain this command
-
parallel-lint:tldr:c24dd parallel-lint: Lint a directory using the specified number of parallel processes.$ parallel-lint -j ${processes} ${path-to-directory}try on your machineexplain this command
-
parallel-lint:tldr:cabdf parallel-lint: Lint a directory, excluding the specified directory.$ parallel-lint --exclude ${path-to-excluded_directory} ${path-to-directory}try on your machineexplain this command
-
parallel-lint:tldr:fc661 parallel-lint: Lint a directory and show Git Blame results for rows containing errors.$ parallel-lint --blame ${path-to-directory}try on your machineexplain this command