mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +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 => {
|
.then(script => {
|
||||||
// TODO is this safe???
|
// TODO is this safe???
|
||||||
// NOSONAR
|
eval(script); // NOSONAR
|
||||||
eval(script);
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user