
gitlint
List of commands for gitlint:
-
gitlint:tldr:09380 gitlint: Path to a directory or Python module with extra user-defined rules.$ gitlint --extra-path ${path-to-directory}try on your machineexplain this command
-
gitlint:tldr:1049b gitlint: Check the last commit message.$ gitlinttry on your machineexplain this command
-
gitlint:tldr:17248 gitlint: The range of commits to lint.$ gitlint --commits ${single_refspec_argument}try on your machineexplain this command
-
gitlint:tldr:d502e gitlint: Path to a file containing a commit-msg.$ gitlint --msg-filename ${filenamename}try on your machineexplain this command
-
gitlint:tldr:e833a gitlint: Read staged commit meta-info from the local repository.$ gitlint --stagedtry on your machineexplain this command
-
gitlint:tldr:f4ca6 gitlint: Start a specific CI job.$ gitlint --target ${path-to-target_directory}try on your machineexplain this command