-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Robotidy crashing if configuration file does not exist (#527)
Fix to make source paths optional without the configuration file Co-authored-by: Mateusz Nojek <[email protected]>
- Loading branch information
Showing
5 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Robotidy 4.2.1 | ||
================ | ||
|
||
Fix release for breaking changes in the Robotidy 4.2.0. | ||
|
||
You can install the latest available version by running:: | ||
|
||
pip install --upgrade robotframework-tidy | ||
|
||
or to install exactly this version:: | ||
|
||
pip install robotframework-tidy==4.2.1 | ||
|
||
Robotidy now handles missing configuration file (#526) | ||
------------------------------------------------------- | ||
|
||
It is now possible to run Robotidy without providing configuring file, which was crashing the tool before. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "4.2.0" | ||
__version__ = "4.2.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters