Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #9: Disallow superglobal variables #28

Merged
merged 4 commits into from
Oct 12, 2021

Conversation

danepowell
Copy link
Collaborator

Fix #9

@TravisCarden do you think this warrants a major release? We should have a written policy on this. My feeling is that new standards likely to fail on existing projects should be considered backwards-incompatible.

Copy link
Contributor

@TravisCarden TravisCarden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, @danepowell: that's a breaking change. What if we do this to avoid an explosion of major versions for every little addition? We create a new AcquiaEdge ruleset where we collect breaking changes into batches for major releases. Then we just include them in the release notes whenever something's been added so people can opt in if they want to and ease into the next major release at their own pace. We would just need to add the new standard to README.md and document the policy.

@danepowell
Copy link
Collaborator Author

Great idea. I also took the liberty of making the standard descriptions a little more consistent in the README.

@danepowell danepowell merged commit 4a53f65 into acquia:develop Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usage of $_ENV should be forbidden
2 participants