You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix AbstractTrees download command for local run
Fix running FemtoCleaner.cleanrepo command
Added Julia 6.4 download link
Fixed non-working URLs
Brought local running in Readme upfront
This clones the repo located at `path`, which can be a file system path or a URL, to a temporary directory
37
+
and fix the deprecations. If `show_diff` is `true`, the diff from applying the deprecations is showed.
38
+
If `delete_local` is `true` the cleaned repo, is deleted when the function is finished.
39
+
10
40
# User Manual
11
41
12
-
To set up FemtoCleaner on your repository, go to https://github.com/integration/femtocleaner and click "Configure" to select the repositories you wish to add.
42
+
To set up FemtoCleaner on your repository, go to https://github.com/apps/femtocleaner and click "Configure" to select the repositories you wish to add.
13
43
14
44
## Invoking FemtoCleaner
15
45
@@ -64,27 +94,6 @@ publicly hosted version thereof. In particular:
64
94
65
95
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
66
96
67
-
## Running FemtoCleaner locally
68
-
69
-
It is possible to run FemtoCleaner locally (to fix, for example, deprecations in a private repository).
70
-
71
-
Install `FemtoCleaner` (currently working on Julia v0.6.x only) using
0 commit comments