Update to config file doc to match command line doc and --help#7776
Merged
Michael0x2a merged 35 commits intopython:masterfrom Oct 23, 2019
Merged
Update to config file doc to match command line doc and --help#7776Michael0x2a merged 35 commits intopython:masterfrom
--help#7776Michael0x2a merged 35 commits intopython:masterfrom
Conversation
…ptions to "Per-module and global" and "Global only" options in the config file doc.
…semantic analyzer support is removed
…onfig file documentation
added 7 commits
October 22, 2019 15:04
msullivan
reviewed
Oct 22, 2019
Collaborator
msullivan
left a comment
There was a problem hiding this comment.
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
Michael0x2a
reviewed
Oct 22, 2019
… "For more information" links.
Collaborator
|
Looks good now, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7574, #7575, #7772, #7775.