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

Use cli error chaining + add clickable link to bad config #2602

Merged
merged 22 commits into from
Jun 17, 2024

Commits on Jun 11, 2024

  1. Add clickable link to config file. (could use a function to only show…

    … basename, but still create a valid hyperlink
    olivroy committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    76891df View commit details
    Browse the repository at this point in the history
  2. Rephrase message

    olivroy committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a0b216a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48eab0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1115477 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4e3574 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cfb54a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60e9038 View commit details
    Browse the repository at this point in the history
  8. Update test expectations

    olivroy committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bb0e50e View commit details
    Browse the repository at this point in the history
  9. lint the lintr PR!

    olivroy committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8ed11d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f6de328 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    f2cec30 View commit details
    Browse the repository at this point in the history
  2. * only use link in malformed message.

    * Pass call to the malformed error message (to show Error in `lint()`: instead of Error in `read_config_file()`:
    * Remove conditionCall(e) since we use `parent = e`
    olivroy committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0ca2b9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60eb6de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d25064b View commit details
    Browse the repository at this point in the history
  5. read_settings() is an exported function, it shouldn't have a call

    … argument.
    
    Config error will therefore read as
    
    Error in `read_settings()`: instead of Error in `lint()`:
    olivroy committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    07a96a0 View commit details
    Browse the repository at this point in the history
  6. lint

    olivroy committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e9a4292 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Apply suggestions from code review

    Co-authored-by: Michael Chirico <[email protected]>
    olivroy and MichaelChirico authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    032404e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Address comment

    olivroy committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ef82536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40728d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4cccea View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    71afff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308188d View commit details
    Browse the repository at this point in the history