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
Importing functions/constants is now disallowed. The use of fully qualified global functions and constants is now enforced, so this should be considered covered.
Discussed on Slack with @herregroen
Disallow import
use
statements for functions and constants from the global namespace:in favour of enforcing fully qualified names in the inline code:
The text was updated successfully, but these errors were encountered: