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

Improve S3776: Exclude complexity of JSX short-circuits #377

Merged

Commits on Nov 30, 2022

  1. Improve S3776: Exclude complexity of JSX short-circuits

    francoismora committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    29bd2b1 View commit details
    Browse the repository at this point in the history
  2. Exclude condition expression from short-circuits

    francoismora committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    796a47f View commit details
    Browse the repository at this point in the history
  3. Fix comment

    francoismora committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4939f4c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Restrict short-circuit to simple logical expressions directly under a…

    … JSXExpressionContainer
    francoismora committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    abb96fb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Fix ESLint errors in cognitive complexity test file

    francoismora committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4ac19e4 View commit details
    Browse the repository at this point in the history
  2. Add recursion to the short-circuit logic

    francoismora committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f3b1d48 View commit details
    Browse the repository at this point in the history
  3. Apply changes suggested in PR

    francoismora committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    fd9043c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    1563bbb View commit details
    Browse the repository at this point in the history