ignore sonar for eval of plugin bundles

This commit is contained in:
Sebastian Sdorra
2018-08-30 11:08:36 +02:00
parent f8df92ef7a
commit bc2b54a2c0

View File

@@ -74,6 +74,7 @@ class PluginLoader extends React.Component<Props, State> {
})
.then(script => {
// TODO is this safe???
// NOSONAR
eval(script);
});
};