Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filter input #7

Merged
merged 5 commits into from
Jan 18, 2020
Merged

Add filter input #7

merged 5 commits into from
Jan 18, 2020

Conversation

srz-zumix
Copy link
Sponsor Collaborator

@srz-zumix srz-zumix commented Jan 13, 2020

Split cpplint filter option into separate input.

e.g. #6
https://github.com/reviewdog/action-cpplint/pull/6/checks?check_run_id=387004059

entrypoint.sh Outdated
@@ -4,5 +4,5 @@ cd "${GITHUB_WORKSPACE}" || exit

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

cpplint ${INPUT_FLAGS} ${INPUT_TARGETS} 2>&1 \
cpplint ${INPUT_FLAGS} "--filter=${INPUT_FILTER}" ${INPUT_TARGETS} 2>&1 \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--filter="${INPUT_FILTER}"?

Copy link
Sponsor Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx! 1dc74c8

@srz-zumix srz-zumix merged commit 267b846 into master Jan 18, 2020
@srz-zumix srz-zumix deleted the feature/filter_config branch January 18, 2020 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants