-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* don't error out on new I/O options; add prompts for failed assertions * allow use of latest tag in minimum-version of docs/actions.yml
- Loading branch information
Showing
7 changed files
with
324 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# file to hold metadata about the action.yml inputs and outputs | ||
inputs: | ||
style: | ||
minimum-version: '1.2.0' | ||
extensions: | ||
minimum-version: '1.2.0' | ||
tidy-checks: | ||
minimum-version: '1.2.0' | ||
repo-root: | ||
minimum-version: '1.2.0' | ||
version: | ||
minimum-version: '1.2.0' | ||
verbosity: | ||
minimum-version: '1.3.0' | ||
lines-changed-only: | ||
minimum-version: '1.5.0' | ||
required-permission: 'content: read #file-changes' | ||
files-changed-only: | ||
minimum-version: '1.3.0' | ||
required-permission: 'content: read #file-changes' | ||
ignore: | ||
minimum-version: '1.3.0' | ||
thread-comments: | ||
minimum-version: '2.6.2' | ||
required-permission: 'issues: write #thread-comments' | ||
no-lgtm: | ||
minimum-version: '2.6.2' | ||
step-summary: | ||
minimum-version: '2.6.0' | ||
file-annotations: | ||
minimum-version: '1.4.3' | ||
database: | ||
minimum-version: '1.4.0' | ||
extra-args: | ||
minimum-version: '2.1.0' | ||
tidy-review: | ||
experimental: true | ||
minimum-version: '2.9.0' | ||
required-permission: 'pull_request: write #pull-request-reviews' | ||
format-review: | ||
minimum-version: '2.9.0' | ||
required-permission: 'pull_request: write #pull-request-reviews' | ||
outputs: | ||
checks-failed: | ||
minimum-version: '1.2.0' | ||
clang-tidy-checks-failed: | ||
minimum-version: '2.7.2' | ||
clang-format-checks-failed: | ||
minimum-version: '2.7.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d622b2b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cpp-Linter Report⚠️
Some files did not pass the configured checks!
clang-format reports: 2 file(s) not formatted
clang-tidy reports: 7 concern(s)
docs/examples/demo/demo.cpp:3:10: warning: [modernize-deprecated-headers]
docs/examples/demo/demo.cpp:8:5: warning: [modernize-use-trailing-return-type]
docs/examples/demo/demo.cpp:10:13: warning: [readability-braces-around-statements]
docs/examples/demo/demo.cpp:13:5: warning: [cppcoreguidelines-pro-type-vararg]
docs/examples/demo/demo.hpp:6:11: warning: [modernize-use-default-member-init]
docs/examples/demo/demo.hpp:7:9: warning: [modernize-use-default-member-init]
docs/examples/demo/demo.hpp:11:11: warning: [modernize-use-trailing-return-type]
Have any feedback or feature suggestions? Share it here.