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

feat: Resolve relative URIs in nitpick.styles.include #470

Merged
merged 2 commits into from
Mar 26, 2022

Commits on Mar 25, 2022

  1. feat: Resolve relative URIs in nitpick.styles.include

    - Refactored fetchers to operate on furl parsed objects
    - Relative URIs are resolved against the URI of the style file they are
      contained in.
    - During normalization, `gh:https://` is mapped to `github:https://`, and
      `pypackge:https://` is mapped to `py:https://` to avoid loading styles more than
      once.
    mjpieters committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a6789c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. test: restore deleted line

    andreoliwa committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    9177c26 View commit details
    Browse the repository at this point in the history