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

Conversation

cmars
Copy link
Contributor

@cmars cmars commented Nov 30, 2021

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.

Also in this PR, some internal linter package restructuring to improve clarity.

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 cmars requested a review from a team as a code owner November 30, 2021 04:16
@cmars cmars merged commit c40a02a into snyk:main Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants