Skip to content

Commit

Permalink
ignore sonar alert
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Nov 18, 2024
1 parent ade06ad commit 352374b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const getOrganizationFieldsLabelMap = () => {
'edi.ediFtp.ftpFormat': 'ui-organizations.integration.ftp.ftpFormat',
'edi.ediFtp.serverAddress': 'ui-organizations.integration.ftp.serverAddress',
'edi.ediFtp.username': 'ui-organizations.integration.ftp.username',
'edi.ediFtp.password': 'ui-organizations.edit.password',
'edi.ediFtp.password': 'ui-organizations.edit.password', // // NOSONAR: it's a label mapping, not the actual password
'edi.ediFtp.ftpMode': 'ui-organizations.integration.ftp.ftpMode',
'edi.ediFtp.ftpConnMode': 'ui-organizations.integration.ftp.ftpConnectionMode',
'edi.ediFtp.ftpPort': 'ui-organizations.integration.ftp.ftpPort',
Expand Down

0 comments on commit 352374b

Please sign in to comment.