#N/A: Add ifconfig_device_not_found rule

This commit is contained in:
Vladimir Iakovlev
2017-01-09 18:13:37 +01:00
parent a6f63c0568
commit 4a0d71c1c4
3 changed files with 79 additions and 0 deletions
+1
View File
@@ -199,6 +199,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `has_exists_script` – prepends `./` when script/binary exists;
* `heroku_not_command` – fixes wrong `heroku` commands like `heroku log`;
* `history` – tries to replace command with most similar command from history;
* `ifconfig_device_not_found` – fixes wrong device names like `wlan0` to `wlp2s0`;
* `java` – removes `.java` extension when running Java programs;
* `javac` – appends missing `.java` when compiling Java files;
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`;