#N/A: Add a new rule to create directory on cp or mv

This commit is contained in:
Caplinja
2020-03-01 00:07:54 -06:00
committed by Pablo Aguiar
parent 444908ce1c
commit 88db57b4b1
3 changed files with 46 additions and 0 deletions
+1
View File
@@ -184,6 +184,7 @@ following rules are enabled by default:
* `chmod_x` – add execution bit;
* `choco_install` – append common suffixes for chocolatey packages;
* `composer_not_command` – fixes composer command name;
* `cp_create_destination` – creates a new directory when you attempt to `cp` or `mv` to a non existent one
* `cp_omitting_directory` – adds `-a` when you `cp` directory;
* `cpp11` – adds missing `-std=c++11` to `g++` or `clang++`;
* `dirty_untar` – fixes `tar x` command that untarred in the current directory;