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

fix: proper support for optic git file sources #79

Merged
merged 2 commits into from
Nov 30, 2021

Commits on Nov 29, 2021

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

Commits on Nov 30, 2021

  1. refactor: distinction between lint and compile source files

    In order to support differential linting against Git repository
    branches, linters need to be able to determine which files should be
    compared by looking at both the "from" and "to" file sources. This
    change introduces support for this, while also making the necessary
    distinction between collections of files that need to be compared for
    linting, and files that need to be compiled into aggregate OpenAPI
    specs.
    cmars committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    95cc0ce View commit details
    Browse the repository at this point in the history