snakazawa/github2slack

View on GitHub
src/serializer/jpn_serializer/project_column_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

_createComment (action: string): string {
switch (action) {
case 'created': return 'ζ–°γ—γ„γƒ—γƒ­γ‚Έγ‚§γ‚―γƒˆγ‚«γƒ©γƒ ';
case 'edited': return 'γƒ—γƒ­γ‚Έγ‚§γ‚―γƒˆγ‚«γƒ©γƒ γŒη·¨ι›†γ•γ‚ŒγΎγ—γŸ';
case 'moved': return 'γƒ—γƒ­γ‚Έγ‚§γ‚―γƒˆγ‚«γƒ©γƒ γŒη§»ε‹•γ•γ‚ŒγΎγ—γŸ';
Severity: Major
Found in src/serializer/jpn_serializer/project_column_serializer.js and 1 other location - About 1 hr to fix
src/serializer/default_serializer/project_column_serializer.js on lines 47..55

There are no issues that match your filters.

Category
Status