[WIP] `rbt post` command uses API's DiffValidation endpoint before upload

Review Request #6404 — Created Oct. 5, 2014 and discarded

Information

RBTools
master

Reviewers

Before updating a review request or creating a new one, `rbt post`
command validates the diff file and terminates if it does not pass
validation. This prevents the command from creating empty review
requests when the supplied diff file is invalid.

Nothing yet.

Description From Last Updated

Col: 21 E128 continuation line under-indented for visual indent

reviewbotreviewbot

Col: 80 E501 line too long (88 > 79 characters)

reviewbotreviewbot
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/post.py
        rbtools/api/resource.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/post.py
        rbtools/api/resource.py
    
    
  2. rbtools/api/resource.py (Diff revision 1)
     
     
    Col: 21
     E128 continuation line under-indented for visual indent
    
  3. rbtools/api/resource.py (Diff revision 1)
     
     
    Col: 80
     E501 line too long (88 > 79 characters)
    
  4. 
      
AS
Review request changed

Status: Discarded

Loading...