Automatically detect issues covered by review request from the commit messages.

Review Request #7807 — Created Dec. 14, 2015 and discarded

Information

RBTools
master

Reviewers

Most issue tracker support some scheme of issue referencing inside the commit messages. ...

When a developer finish some issue, he does a commit message with number of this issue(for example: “add some function (refs #123)”). Developer must write a number of issue in consol, but this informarion already is in commit message. I have created a new option, which work like option "--guess-description” or "--guess-summary”.

Automatically the option is used, so when a request is send if a commit message have numbers of issues then numbers will written in the field “bugs_closed”. If a commits massage havn’t numbers of issues then nothing happens. User can swith off my option if he use "--guess-bugs-closed no”. If request is send with option "--bugs-closed” then numbers of issues will written in the field “bugs-closed” which a user write in consol only, as usually.

Description From Last Updated

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

reviewbotreviewbot

Col: 9 E303 too many blank lines (2)

reviewbotreviewbot

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

reviewbotreviewbot

Col: 23 E111 indentation is not a multiple of four

reviewbotreviewbot

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

reviewbotreviewbot

Col: 23 E111 indentation is not a multiple of four

reviewbotreviewbot

Col: 23 E111 indentation is not a multiple of four

reviewbotreviewbot

Col: 1 W293 blank line contains whitespace

reviewbotreviewbot

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

reviewbotreviewbot

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

reviewbotreviewbot

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

reviewbotreviewbot
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/post.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/post.py
    
    
  2. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 80
     E501 line too long (88 > 79 characters)
    
  3. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 9
     E303 too many blank lines (2)
    
  4. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 80
     E501 line too long (90 > 79 characters)
    
  5. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 23
     E111 indentation is not a multiple of four
    
  6. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 80
     E501 line too long (92 > 79 characters)
    
  7. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 23
     E111 indentation is not a multiple of four
    
  8. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 23
     E111 indentation is not a multiple of four
    
  9. rbtools/commands/post.py (Diff revision 1)
     
     
    Col: 1
     W293 blank line contains whitespace
    
  10. 
      
AL
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/commands/post.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/commands/post.py
    
    
  2. rbtools/commands/post.py (Diff revision 2)
     
     
    Col: 80
     E501 line too long (88 > 79 characters)
    
  3. rbtools/commands/post.py (Diff revision 2)
     
     
    Col: 80
     E501 line too long (92 > 79 characters)
    
  4. rbtools/commands/post.py (Diff revision 2)
     
     
    Col: 80
     E501 line too long (94 > 79 characters)
    
  5. 
      
david
Review request changed

Status: Discarded

Loading...