mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
move NOSONAR comment to same line
This commit is contained in:
@@ -74,8 +74,7 @@ class PluginLoader extends React.Component<Props, State> {
|
||||
})
|
||||
.then(script => {
|
||||
// TODO is this safe???
|
||||
// NOSONAR
|
||||
eval(script);
|
||||
eval(script); // NOSONAR
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user