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

Docs: fix doc for no-unneeded-ternary rule (fixes #12098) #12410

Merged
merged 4 commits into from Oct 22, 2019

Commits on Oct 12, 2019

  1. Copy the full SHA
    fc6ee97 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Update: add test cases

    - default assignment on right hand side
    - default assignment not on right side
    - assignment that is not default e.g. x ? 1 : x
    samrae7 committed Oct 21, 2019
    Copy the full SHA
    a807c24 View commit details
    Browse the repository at this point in the history
  2. Update doc for clarity

    samrae7 committed Oct 21, 2019
    Copy the full SHA
    7b0e09c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    acc232f View commit details
    Browse the repository at this point in the history