diff --git a/README.md b/README.md index 1bc0c70..41ee4dd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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