Skip to content

Commit 5add80e

Browse files
authored
Merge pull request #20 from aminya/clang-tidy [skip ci]
2 parents 9a66da2 + 6d5a91c commit 5add80e

File tree

9 files changed

+243
-178
lines changed

9 files changed

+243
-178
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The package can be used locally or from CI services like GitHub Actions.
2525
- conan
2626
- ccache
2727
- cppcheck
28+
- clangtidy
29+
- clangformat
2830
- doxygen
2931
- gcovr
3032
- opencppcoverage

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ inputs:
5151
cppcheck:
5252
description: "The cppcheck version to install."
5353
required: false
54+
clangtidy:
55+
description: "The clang-tidy version to install."
56+
required: false
57+
clangformat:
58+
description: "The clang-format version to install."
59+
required: false
5460
opencppcoverage:
5561
description: "The opencppcoverage version to install."
5662
required: false

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
"@types/cross-spawn": "^6.0.2",
4848
"@types/jest": "^27.4.0",
4949
"@types/mri": "^1.1.1",
50-
"@types/node": "^17.0.10",
50+
"@types/node": "^17.0.13",
5151
"@types/semver": "^7.3.9",
5252
"@types/which": "^2.0.1",
5353
"caxa": "^2.1.0",
5454
"cross-env": "7.0.3",
5555
"cross-spawn": "^7.0.3",
56-
"eslint-config-atomic": "^1.16.5",
56+
"eslint-config-atomic": "^1.16.6",
5757
"jest": "^27.4.7",
5858
"npm-run-all2": "^5.0.2",
5959
"parcel": "^2.2.1",
60-
"prettier-config-atomic": "^3.0.1",
60+
"prettier-config-atomic": "^3.0.3",
6161
"shx": "0.3.4",
6262
"terser-config-atomic": "^0.1.1",
6363
"ts-jest": "^27.1.3",

0 commit comments

Comments
 (0)