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

chore: remove duplicate include path from tsconfig #31499

Merged
merged 1 commit into from Feb 19, 2019

Conversation

w33ble
Copy link
Contributor

@w33ble w33ble commented Feb 19, 2019

The tsconfig file in X-Pack had a duplicate path in "include".

It looks like #29951 and #29663 both added "typings/**/*", the first at the top, and the second at the bottom. As a result, the path ended up being included twice once both PR's were merged.

This PR keeps the first occurrence and removes the second.

Since #29951 is 7.0+ only, the list in 6.7 is correct, and this only needs backporting to 7.0+.

@w33ble w33ble added review Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Operations Team label for Operations Team v7.0.0 v8.0.0 v7.2.0 labels Feb 19, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations

Copy link
Contributor

@timroes timroes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM

Copy link
Member

@mistic mistic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@w33ble w33ble force-pushed the chore/dedupe-typings-includes branch from 43c68b9 to 369a260 Compare February 19, 2019 20:52
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@w33ble w33ble merged commit 696d125 into elastic:master Feb 19, 2019
w33ble added a commit to w33ble/kibana that referenced this pull request Feb 19, 2019
w33ble added a commit to w33ble/kibana that referenced this pull request Feb 19, 2019
w33ble added a commit that referenced this pull request Feb 20, 2019
w33ble added a commit that referenced this pull request Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Operations Team label for Operations Team v7.0.0 v7.2.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants