Skip to content

Commit

Permalink
chore: Update markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Dec 10, 2024
1 parent 67220a3 commit 6ac0ff9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This is demonstrated in the [rule_using_dwyu example](/examples/rule_using_dwyu)

# Applying automatic fixes

> \[!WARNING\]
> [!WARNING]
> Please note that **the tool cannot guarantee that your build is not being broken** by the changes.
> Always make sure your project is still valid after the changes and review the performed changes.
Expand Down Expand Up @@ -195,20 +195,20 @@ While DWYU cannot generally know the values of all those compiler defined macros

### Aspect

| Platform | Constraints |
| ---------------- | --------------------------------------------------------------------------------- |
| Operating system | Integration tests check \[Ubuntu 22.04, Macos 12, Windows 2022\]. |
| Python | Minimum version is 3.8. Integration tests check \[3.8, 3.9, 3.10, 3.11, 3.12\]. |
| Bazel | Minimum version is 5.4.0. Integration tests check \[5.x, 6.x, 7.x, 8.0.0-pre.x\]. |
| Platform | Constraints |
| ---------------- | ------------------------------------------------------------------------------- |
| Operating system | Integration tests check [Ubuntu 22.04, Macos 12, Windows 2022]. |
| Python | Minimum version is 3.8. Integration tests check [3.8, 3.9, 3.10, 3.11, 3.12]. |
| Bazel | Minimum version is 5.4.0. Integration tests check [5.x, 6.x, 7.x, 8.0.0-pre.x]. |

### Applying fixes

| Platform | Constraints |
| ---------------- | ----------------------------------------------------------------- |
| Operating system | Integration tests check \[Ubuntu 22.04, Macos 12, Windows 2022\]. |
| Python | Minimum version is 3.8. Integration tests check 3.8. |
| Bazel | No known constraint. Integration tests check 7.0.0. |
| Buildozer | No known constraint. Integration tests check 6.4.0. |
| Platform | Constraints |
| ---------------- | --------------------------------------------------------------- |
| Operating system | Integration tests check [Ubuntu 22.04, Macos 12, Windows 2022]. |
| Python | Minimum version is 3.8. Integration tests check 3.8. |
| Bazel | No known constraint. Integration tests check 7.0.0. |
| Buildozer | No known constraint. Integration tests check 6.4.0. |

# Alternatives to DWYU

Expand Down

0 comments on commit 6ac0ff9

Please sign in to comment.