Skip to content

Commit

Permalink
ignore sonar in a test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Dec 18, 2024
1 parent 9c88476 commit 12ca9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crud/test/crud-grid.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('crud grid', () => {
first: 'Grant',
last: 'Andrews',
},
password: 'lorem',
password: 'lorem', // NOSONAR
role: 'operator',
},
];
Expand Down

0 comments on commit 12ca9f6

Please # to comment.