Commit Graph

25 Commits

Author SHA1 Message Date
Pablo Aguiar 9d3bcad229 #1113: Ignore a rule that fails to load (#1124) 2020-11-03 18:26:13 +01:00
Divya Jain 81b39defe4 #N/A: Fix formatting (#1092)
* Fixed corrector.py format string

* Fixed types.py format string

* Fixed tests/rules/test_fix_file.py formatting

* Removed trailing whitespace

* Fixed UnicodeEncodeError in python 2.7
2020-06-11 00:21:45 +02:00
Vladimir Iakovlev 4847078f37 #737: Add support of third-party rules 2017-11-23 20:21:44 +01:00
Vladimir Iakovlev 621b455334 #N/A: Monkeypatch pathlib on windows 2016-08-14 15:15:03 +03:00
Vladimir Iakovlev 176924c18d #N/A: Move imports from pathlib/pathlib2 to utils 2016-08-14 15:01:00 +03:00
Alessio Sergi ebf1ea88f5 Switch from pathlib to pathlib2
The pathlib backport module is no longer maintained. The development
has moved to the pathlib2 module instead.

Quoting from the pathlib's README:
"Attention: this backport module isn't maintained anymore. If you want
to report issues or contribute patches, please consider the pathlib2
project instead."
2016-05-12 17:17:17 +02:00
Pablo Santiago Blum de Aguiar fc05364233 #398 & #408: Support non-ascii IO in Python 2 2015-11-25 02:34:19 -02:00
nvbn dfa22bc92b #366 Add type annotations in core components 2015-09-08 15:54:07 +03:00
nvbn 4a27595e97 Move rule-related code to Rule 2015-09-08 14:18:11 +03:00
nvbn bf80d97062 Remove obscure SortedCorrectedCommandsSequence 2015-09-08 12:52:10 +03:00
nvbn b2be0b3cad Remove obscure RulesNamesList and DefaultRulesNames 2015-09-08 12:14:39 +03:00
nvbn f3525e9fe0 #364 Attach user_dir to settings 2015-09-07 18:59:10 +03:00
nvbn df4d2cc88d ⚠️ Remove settings param from rules match, get_new_command and side_effect 2015-09-07 13:00:29 +03:00
nvbn 382eb8b86c Fix tests 2015-09-07 12:12:16 +03:00
nvbn 105d3d8137 Make settings a global singleton 2015-09-06 21:47:12 +03:00
nvbn 2f9db24ed1 #357 Add exclude_rules settings option 2015-09-06 12:55:59 +03:00
nvbn b0195a8748 Reorganize imports 2015-09-02 09:43:40 +03:00
mcarton ff8d61a4fb Merge branch 'master' of github.com:nvbn/thefuck into slow 2015-09-01 14:43:41 +02:00
mcarton 8b62959fe3 Merge branch 'master' of github.com:nvbn/thefuck into slow 2015-09-01 14:28:30 +02:00
nvbn 21103d1b50 Simplify corrector steps 2015-09-01 14:43:27 +03:00
nvbn 12394ca842 #334: Don't wait for all rules before showing result 2015-09-01 12:51:41 +03:00
mcarton 2b750bac8b Log rule import times 2015-08-26 19:14:38 +02:00
nvbn fd759ea2ac #298 Don't suggest duplicates 2015-08-01 19:16:22 +03:00
nvbn 8962cf2ec1 #298 Use eager decorator when we don't need lazines 2015-07-29 16:11:23 +03:00
nvbn 7933e963d8 #298 Add ability to chose matched rule 2015-07-28 22:04:27 +03:00