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 join_template action plugin with go_panic template #152

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

HeadHunter483
Copy link
Collaborator

Closes #151

plugin/action/join_go_panic/join_go_panic_test.go Outdated Show resolved Hide resolved
plugin/action/join_go_panic/join_go_panic_test.go Outdated Show resolved Hide resolved
@@ -0,0 +1,96 @@
package join_go_panic
Copy link
Contributor

@ansakharov ansakharov Aug 8, 2022

Choose a reason for hiding this comment

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

You decided do separate plugins for go, java etc? It can be one plugin: join_panic with different modes. Will it be too verbose?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I think it's a good idea to create one plugin for all such cases, where another languages patterns could be added as new options. So I propose an implementation of join_template plugin.

@HeadHunter483 HeadHunter483 changed the title Add join_go_panic action plugin Add join_template action plugin with go_panic template Aug 12, 2022
@HeadHunter483 HeadHunter483 merged commit dd70b2a into master Aug 12, 2022
@HeadHunter483 HeadHunter483 deleted the 151-join-go-panic-plugin branch August 12, 2022 10:18
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.

Feature: Add join go panic plugin with predefined regex
4 participants