mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
ignore sonar for eval of plugin bundles
This commit is contained in:
@@ -74,6 +74,7 @@ class PluginLoader extends React.Component<Props, State> {
|
|||||||
})
|
})
|
||||||
.then(script => {
|
.then(script => {
|
||||||
// TODO is this safe???
|
// TODO is this safe???
|
||||||
|
// NOSONAR
|
||||||
eval(script);
|
eval(script);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user