Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
  2. Dec 14, 2017
  3. Dec 12, 2017
  4. Dec 11, 2017
  5. Nov 14, 2017
  6. Nov 13, 2017
  7. Nov 11, 2017
  8. Nov 05, 2017
    • Bryce Guinta's avatar
      Extend trailing-comma-tuple check to more complex assignments (#1721) · 12c954ee
      Bryce Guinta authored
      * Extend trailing-comma-tuple check to more complex assignments
      
      The previous implementation was too conservative with looking for
      previous tokens associated with assignment: It looked only
      at the immediately previous token, causing 'a = (5),' to not be
      caught.
      
      Now The current implementation backtracks to the start of the line
      to find an assignment substring.
      
      Fixes issue #1713
      12c954ee
  9. Nov 02, 2017
Loading