#N/A: Add conda rule (#1138)

* add conda rules

* revert

* add conda

* add to readme and flake

* consistency with quotes and use for_app

* Update thefuck/rules/conda_mistype.py

Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
This commit is contained in:
Connor Martin
2021-02-08 06:04:59 -06:00
committed by GitHub
parent 0c58317932
commit fd90e69ceb
3 changed files with 42 additions and 0 deletions
+1
View File
@@ -184,6 +184,7 @@ following rules are enabled by default:
* `chmod_x` &ndash; add execution bit;
* `choco_install` &ndash; append common suffixes for chocolatey packages;
* `composer_not_command` &ndash; fixes composer command name;
* `conda_mistype` &ndash; fixes conda commands;
* `cp_create_destination` &ndash; creates a new directory when you attempt to `cp` or `mv` to a non existent one
* `cp_omitting_directory` &ndash; adds `-a` when you `cp` directory;
* `cpp11` &ndash; adds missing `-std=c++11` to `g++` or `clang++`;