snakazawa/github2slack

View on GitHub
src/serializer/jpn_serializer/issue_comment_serializer.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export default class IssuesCommentSerializer extends DefaultIssuesCommentSerializer {
_createComment (action: string): string {
switch (action) {
case 'created': return 'ζ–°γ—γ„γ‚³γƒ‘γƒ³γƒˆ';
case 'edited': return 'γ‚³γƒ‘γƒ³γƒˆγŒη·¨ι›†γ•γ‚ŒγΎγ—γŸ';
Severity: Major
Found in src/serializer/jpn_serializer/issue_comment_serializer.js and 1 other location - About 1 hr to fix
task/template/serializer_package/issue_comment_serializer.js on lines 5..14

There are no issues that match your filters.

Category
Status