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

Add --include-path flag (#155) #213

Merged
merged 2 commits into from
Dec 29, 2023
Merged

Add --include-path flag (#155) #213

merged 2 commits into from
Dec 29, 2023

Commits on Dec 29, 2023

  1. feat: Update Endpoint struct and options for new flags

    - Add new properties and structs to the `Endpoint` model
    - Add new flag options to the `noir` command line tool for various functionalities
    - Add unit tests for the `Endpoint` model initialization and details detection
    - Update the logic in the output builder to include file paths in the printed output if specified
    
    Signed-off-by: ksg97031 <[email protected]>
    ksg97031 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    ddffd3a View commit details
    Browse the repository at this point in the history
  2. refactor: Refactor analyzers and add path details to endpoints (#192)

    - Refactored multiple analyzer files to include the `Details` object for storing path and line number information
    
    Signed-off-by: ksg97031 <[email protected]>
    ksg97031 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4221246 View commit details
    Browse the repository at this point in the history