-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Update to config file doc to match command line doc and --help
#7776
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
Conversation
…ptions to "Per-module and global" and "Global only" options in the config file doc.
…semantic analyzer support is removed
…onfig file documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, but has some TBD's that need to be filled in.
lineprecision-report produces a flat text file report with per-module counts about how many lines are typechecked/have no anys/etc.
memory-xml-report is a base class that doesn't do anything by its own and should probably not be part of the documentation or an option??
xml-report Generates an XML report? But it is like a viewable report using XSLT? I'm not totally sure how this is supposed to differ.
IDK our reporting is all a mess tbh
… "For more information" links.
Looks good now, thanks! |
Fixes #7574, #7575, #7772, #7775.