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

Minor change in the HTML report: Remove extra space when you copy the file path #2344

Merged
merged 2 commits into from
Feb 11, 2020

Conversation

mirland
Copy link
Contributor

@mirland mirland commented Feb 11, 2020

Description:

In the current version, if you perform a double click in the file path, an extra space is added at the end of the line (Sample1.kt:11:1 ):
image

If you copy this line and paste it in an Intellij IDE to find the file (using Search everywhere), the ide doesn't recognize it, you have to remove the end character.

My pr fixes this issue:
image

So now Sample1.kt:11:1 is changed to Sample1.kt:11:1.

Copy link
Member

@schalkms schalkms left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this! What an awesome 1st time contribution 🙂

@schalkms schalkms merged commit c63e393 into detekt:master Feb 11, 2020
@mirland mirland deleted the chore/change-html-report branch February 11, 2020 19:51
@arturbosch arturbosch added this to the 1.6.0 milestone Feb 18, 2020
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.

4 participants