• 
      

    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

    reviewbot reviewbot

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

    reviewbot reviewbot

    Col: 6 W291 trailing whitespace

    reviewbot reviewbot

    Col: 1 W293 blank line contains whitespace

    reviewbot reviewbot

    Col: 5 E303 too many blank lines (2)

    reviewbot reviewbot

    Col: 1 W293 blank line contains whitespace

    reviewbot reviewbot

    Col: 28 E241 multiple spaces after ','

    reviewbot reviewbot

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

    reviewbot reviewbot

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

    reviewbot reviewbot

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

    reviewbot reviewbot

    Col: 35 E703 statement ends with a semicolon

    reviewbot reviewbot

    Col: 13 E113 unexpected indentation

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