Skip to content

Commit

Permalink
Updates mllint example run SVG and example report
Browse files Browse the repository at this point in the history
  • Loading branch information
bvobart committed Aug 13, 2021
1 parent 7e2a29d commit f4f0def
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 174 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<p align="center"><img src="./docs/gh-pages/static/example-run.svg"></p>

> See [`docs/example-report.md`](docs/example-report.md) to view the report generated for this example project.
> See [`docs/example-report.md`](docs/example-report.md) for the full report generated for this example project.
>
> See also the [`mllint-example-projects`](https://github.com/bvobart/mllint-example-projects) repository to explore the reports of an example project using `mllint` to measure and improve its project quality over several iterations.
>
Expand Down
4 changes: 0 additions & 4 deletions docs/demo-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ function demo {
enter poetry run mllint -o report.md
sleep 1.5

# TODO: release mllint render
enter poetry run mllint render report.md
sleep 3

# TODO: deal with the fact that it only shows the last part of the report, instead of the entire report
# TODO: perhaps we can just mllint render report.md | head -n X to show only the first X lines, then another one of those to show the rest of the lines.

# this final echo is there so that the SVG will respect the previous `sleep`
echo
}
Expand Down
Loading

0 comments on commit f4f0def

Please sign in to comment.