remove one unnecessary comma in line 763 in reviewboard.Hostingsvcs.github

Review Request #6873 — Created Feb. 1, 2015 and discarded

Information

Review Board
master

Reviewers

remove one unnecessary comma in line 763 in reviewboard.Hostingsvcs.github. This line is an assignment statement, which ends with a comma. This comma in here is confusing and against coding style because it is unnecessary. Please ignore diffs from gitlab.py.

Passed original unit tests

Description From Last Updated

Col: 47 E127 continuation line over-indented for visual indent

reviewbotreviewbot

Col: 5 E265 block comment should start with '# '

reviewbotreviewbot

Col: 6 W291 trailing whitespace

reviewbotreviewbot

Col: 1 W293 blank line contains whitespace

reviewbotreviewbot

Col: 5 E303 too many blank lines (2)

reviewbotreviewbot

Col: 1 W293 blank line contains whitespace

reviewbotreviewbot

Col: 28 E241 multiple spaces after ','

reviewbotreviewbot

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

reviewbotreviewbot

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

reviewbotreviewbot

Col: 49 E127 continuation line over-indented for visual indent

reviewbotreviewbot

Col: 35 E703 statement ends with a semicolon

reviewbotreviewbot

Col: 13 E113 unexpected indentation

reviewbotreviewbot
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/hostingsvcs/github.py
        reviewboard/hostingsvcs/gitlab.py
    
    
  2. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 47
     E127 continuation line over-indented for visual indent
    
  3. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 5
     E265 block comment should start with '# '
    
  4. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 6
     W291 trailing whitespace
    
  5. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 1
     W293 blank line contains whitespace
    
  6. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 5
     E303 too many blank lines (2)
    
  7. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 1
     W293 blank line contains whitespace
    
  8. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 28
     E241 multiple spaces after ','
    
  9. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 35
     E128 continuation line under-indented for visual indent
    
  10. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 35
     E128 continuation line under-indented for visual indent
    
  11. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 49
     E127 continuation line over-indented for visual indent
    
  12. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 35
     E703 statement ends with a semicolon
    
  13. reviewboard/hostingsvcs/gitlab.py (Diff revision 1)
     
     
    Col: 13
     E113 unexpected indentation
    
  14. 
      
Chester
Chester
Review request changed

Status: Discarded

Loading...