File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ authors = [
1212]
1313description = " Run clang-format and clang-tidy on a batch of files."
1414homepage = " https://cpp-linter.github.io/cpp_linter_rs"
15+ repository = " https://github.com/cpp-linter/cpp_linter_rs"
1516license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " cpp-linter"
33edition = " 2021"
4- repository = " https://github.com/cpp-linter/cpp_linter_rs/tree/main/cpp-linter"
54readme = " README.md"
5+ keywords = [" clang-tidy" , " clang-format" , " linter" ]
6+ categories = [" command-line-utilities" , " development-tools" , " filesystem" ]
7+ respository.workspace = true
68version.workspace = true
79authors.workspace = true
810description.workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name = "cli-gen"
44edition = " 2021"
55version = " 0.1.0"
66description = " A mdbook pre-processor that generates a CLI doc from source code."
7+ repository = " https://github.com/cpp-linter/cpp_linter_rs/tree/main/docs"
78authors.workspace = true
89homepage.workspace = true
910license.workspace = true
Original file line number Diff line number Diff line change 22
33This is action is not meant to be published in the GitHub marketplace.
44It intended to be a repo-specific action for installing multiple versions of
5- clang-format and clang-tidy ina single workflow run.
5+ clang-format and clang-tidy in a single workflow run.
66
77This is used in the cpp-linter-lib tests only.
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dynamic = ["version"]
3636cpp-linter = " cpp_linter:main"
3737
3838[project .urls ]
39- source = " https://github.com/cpp-linter/cpp-linter "
40- tracker = " https://github.com/cpp-linter/cpp-linter /issues"
39+ source = " https://github.com/cpp-linter/cpp_linter_rs "
40+ tracker = " https://github.com/cpp-linter/cpp_linter_rs /issues"
4141
4242[tool .maturin ]
4343features = [" pyo3/extension-module" ]
You can’t perform that action at this time.
0 commit comments