File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ authors = [
12
12
]
13
13
description = " Run clang-format and clang-tidy on a batch of files."
14
14
homepage = " https://cpp-linter.github.io/cpp_linter_rs"
15
+ repository = " https://github.com/cpp-linter/cpp_linter_rs"
15
16
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cpp-linter"
3
3
edition = " 2021"
4
- repository = " https://github.com/cpp-linter/cpp_linter_rs/tree/main/cpp-linter"
5
4
readme = " README.md"
5
+ keywords = [" clang-tidy" , " clang-format" , " linter" ]
6
+ categories = [" command-line-utilities" , " development-tools" , " filesystem" ]
7
+ respository.workspace = true
6
8
version.workspace = true
7
9
authors.workspace = true
8
10
description.workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name = "cli-gen"
4
4
edition = " 2021"
5
5
version = " 0.1.0"
6
6
description = " 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"
7
8
authors.workspace = true
8
9
homepage.workspace = true
9
10
license.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
This is action is not meant to be published in the GitHub marketplace.
4
4
It 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.
6
6
7
7
This 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"]
36
36
cpp-linter = " cpp_linter:main"
37
37
38
38
[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"
41
41
42
42
[tool .maturin ]
43
43
features = [" pyo3/extension-module" ]
You can’t perform that action at this time.
0 commit comments