<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>167181</bug_id>
          
          <creation_ts>2017-01-18 15:28:22 -0800</creation_ts>
          <short_desc>check-webkit-style applies style checks to multi-line comments in Python</short_desc>
          <delta_ts>2017-01-20 10:33:41 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>LATER</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jonathan Bedard">jbedard</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>lforschler</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1267926</commentid>
    <comment_count>0</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-01-18 15:28:22 -0800</bug_when>
    <thetext>Check-webkit-style applies style checks to multi-line string in Python.  This is incorrect, coding style checks should not be applied to multi-line strings.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1268464</commentid>
    <comment_count>1</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-01-20 10:33:41 -0800</bug_when>
    <thetext>Given that this error is actually in pylint, I don&apos;t think it will be worth engineering time to fix.  We could build a parser before passing data into pylint to remove multi-line strings, but given that multi-line strings are pretty rare in our code (mostly in tests) and that we only output pylint errors when code is changed, I don&apos;t think the impact of this bug warrants a fix.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>