Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unused_parens now fires on cast expression #110189

Commits on Jun 19, 2023

  1. unused_parens now fires on cast

    fix broken test
    
    refactor: replace bool params with single enum param
    
    bless
    
    add more test case
    
    fix lint implementation
    
    correct test case
    
    bless
    
    bless
    
    fix in test case
    
    fix in library
    
    add test case
    
    unused_parens now fires on cast
    KisaragiEffective committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    37967d9 View commit details
    Browse the repository at this point in the history
  2. manual bless

    KisaragiEffective committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0eae976 View commit details
    Browse the repository at this point in the history
  3. set is_kw to false

    KisaragiEffective committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    74888eb View commit details
    Browse the repository at this point in the history
  4. manual bless again

    KisaragiEffective committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f7b38fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09491bd View commit details
    Browse the repository at this point in the history
  6. fix lint on test

    KisaragiEffective committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c4f690c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04f6320 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. allow unary minus

    KisaragiEffective committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    52157b8 View commit details
    Browse the repository at this point in the history
  2. except unary minus

    KisaragiEffective committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a420b89 View commit details
    Browse the repository at this point in the history
  3. format

    KisaragiEffective committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8190f23 View commit details
    Browse the repository at this point in the history
  4. ./x.py fmt

    KisaragiEffective committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2c99f06 View commit details
    Browse the repository at this point in the history
  5. except unary minus

    KisaragiEffective committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    76d49fe View commit details
    Browse the repository at this point in the history
  6. fix stderr

    KisaragiEffective committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1f3218b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10702e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f3ff0c View commit details
    Browse the repository at this point in the history