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