You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By running Rumble on the shell locally, the static analysis has no access to the configuration.
This is due to the fact that in Rumble.java > runQuery(String query) > VisitorHelpers.parseMainModuleFromQuery (line 46) we pass the default configuration instead of this.configuration.
The text was updated successfully, but these errors were encountered:
By running Rumble on the shell locally, the static analysis has no access to the configuration.
This is due to the fact that in
Rumble.java > runQuery(String query) > VisitorHelpers.parseMainModuleFromQuery (line 46)
we pass the default configuration instead ofthis.configuration
.The text was updated successfully, but these errors were encountered: