Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

feat(rome_js_analyze): new lint rule noExcessiveComplexity #4657

Merged
merged 23 commits into from
Jul 6, 2023

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    3fc2504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc417c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    132306d View commit details
    Browse the repository at this point in the history
  2. More expressions covered

    arendjr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cc4cac5 View commit details
    Browse the repository at this point in the history
  3. Try a visitor approach

    arendjr committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    bf8c61b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. All tests pass

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e574f47 View commit details
    Browse the repository at this point in the history
  2. Basic tests

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7627a3c View commit details
    Browse the repository at this point in the history
  3. Remove temporary file

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8999aa6 View commit details
    Browse the repository at this point in the history
  4. Update description

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    01a056e View commit details
    Browse the repository at this point in the history
  5. Run codegen

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3d20933 View commit details
    Browse the repository at this point in the history
  6. Move all tests to specs

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ac0378b View commit details
    Browse the repository at this point in the history
  7. Words

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f452605 View commit details
    Browse the repository at this point in the history
  8. WIP: Adopt visitor approach

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    6f6a5dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3314c42 View commit details
    Browse the repository at this point in the history
  10. Fix for else-if statements

    arendjr committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    b9906a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    25a2b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce0a8e View commit details
    Browse the repository at this point in the history
  3. Add test for invalid config

    arendjr committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c04e44e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8afc901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29da7f4 View commit details
    Browse the repository at this point in the history
  6. Add docs for options

    arendjr committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f4b8050 View commit details
    Browse the repository at this point in the history
  7. Document options

    arendjr committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a1ba90d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efcc413 View commit details
    Browse the repository at this point in the history