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 input filter mode #24

Merged
merged 5 commits into from
Jan 3, 2021
Merged

Add input filter mode #24

merged 5 commits into from
Jan 3, 2021

Conversation

limakzi
Copy link
Member

@limakzi limakzi commented Dec 16, 2020

Signed-off-by: Kamil Zabielski kamil.zabielski@sysdogs.com

Kamil Zabielski added 4 commits December 17, 2020 00:48
Signed-off-by: Kamil Zabielski <kamil.zabielski@sysdogs.com>
Signed-off-by: Kamil Zabielski <kamil.zabielski@sysdogs.com>
Signed-off-by: Kamil Zabielski <kamil.zabielski@sysdogs.com>
Signed-off-by: Kamil Zabielski <kamil.zabielski@sysdogs.com>
@@ -6,4 +6,4 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

find "${INPUT_PATH:-'.'}" -not -path "${INPUT_EXCLUDE}" -type f -name "${INPUT_PATTERN:-'*'}" -print0 \
| xargs -0 misspell -locale="${INPUT_LOCALE}" -i "${INPUT_IGNORE}" \
| reviewdog -efm="%f:%l:%c: %m" -name="misspell" -reporter="${INPUT_REPORTER:-github-pr-check}" -level="${INPUT_LEVEL}"
Copy link
Member

Choose a reason for hiding this comment

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

Please bring back -efm flag

Copy link
Member Author

Choose a reason for hiding this comment

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

@haya14busa I am not sure, why I removed it. 👯
Done.

Signed-off-by: Kamil Zabielski <kamil.zabielski@sysdogs.com>
Copy link
Member

@haya14busa haya14busa left a comment

Choose a reason for hiding this comment

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

Thanks! 👍

@haya14busa haya14busa merged commit 5a148ec into reviewdog:master Jan 3, 2021
@review-dog
Copy link
Member

Hi, @limakzi! We merged your PR to reviewdog! 🐶
Thank you for your contribution! ✨

We just invited you to join the @reviewdog organization on GitHub.
Accept the invite by visiting https://github.com/orgs/reviewdog/invitation.
By joining the team, you'll be a part of reviewdog community and can help the maintainance of reviewdog.

Thanks again!

haya14busa added a commit that referenced this pull request Jan 3, 2021
I forgot to add bumpr tag on #24
@haya14busa haya14busa mentioned this pull request Jan 3, 2021
haya14busa added a commit that referenced this pull request Jan 3, 2021
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.

3 participants