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

Generate infection.json (without .dist postfix) by default #1554

Merged
merged 2 commits into from Aug 11, 2021

Conversation

maks-rafalko
Copy link
Member

Generate infection.json (without .dist postfix) because this is a json file and any IDE automatically understands it.

Currently, generated .dist file is not recognized as JSON file by PHPStorm, which makes it work like usual text file, where JSON autocompletion won't work

Related to #1553

…son file and **any** IDE automatically understands it.

Currently, generated `.dist` file is not recognized as JSON file by PHPStorm, which makes it work like usual text file, where JSON autocompletion won't work
@maks-rafalko maks-rafalko added this to the 0.25.0 milestone Aug 11, 2021
Copy link
Member

@sidz sidz left a comment

Choose a reason for hiding this comment

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

shouldn't we rename our own infection.json.dist (https://github.com/infection/infection/blob/master/infection.json.dist) to just infection.json as part of this PR?

@maks-rafalko maks-rafalko enabled auto-merge (squash) August 11, 2021 22:21
@maks-rafalko
Copy link
Member Author

Makes sense, thanks. Updated

@maks-rafalko maks-rafalko merged commit aabbd60 into master Aug 11, 2021
@maks-rafalko maks-rafalko deleted the feature/json-instead-of-dist branch August 11, 2021 23:32
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