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

ValidVariableNameSniff: freshen allowed globals #182

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jrchamp
Copy link
Contributor

@jrchamp jrchamp commented Aug 29, 2024

  • Group by global type with comment.
  • Add comment to removed globals.
  • Add missing FULLSCRIPT literal.
  • Add missing XMLDB object.

Fixes #181

I didn't remove any that were already present, but I have opinions. 😈

 - Group by global type with comment.
 - Add comment to removed globals.
 - Add missing FULLSCRIPT literal.
 - Add missing XMLDB object.
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.11%. Comparing base (89ff0ac) to head (40b7ef1).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #182   +/-   ##
=========================================
  Coverage     98.11%   98.11%           
  Complexity      952      952           
=========================================
  Files            40       40           
  Lines          2818     2818           
=========================================
  Hits           2765     2765           
  Misses           53       53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Allowed globals is incomplete?
1 participant