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: Improve minified JavaScript reports #2923

Merged
merged 1 commit into from
Sep 5, 2019

Conversation

antross
Copy link
Member

@antross antross commented Sep 4, 2019

Include reference to <script> element in reports for inline scripts.
Also ignore scripts below 1KB (which are prone to false-positives).


Fix #2898
Ref #2645

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.
  • Added/Updated related tests.

Short description of the change(s)

Include reference to `<script>` element in reports for inline scripts.
Also ignore scripts below 1KB (which are prone to false-positives).

- - - - - - - - - -

Fix webhintio#2898
Ref webhintio#2645
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.

[Bug] Unminified JS points to the same file in repeated warnings
3 participants