Skip to content

Instantly share code, notes, and snippets.

@moylop260
Created December 18, 2019 17:27
Show Gist options
  • Save moylop260/0b15b28d9f5df2f5fb7ca891e0b2016d to your computer and use it in GitHub Desktop.
Save moylop260/0b15b28d9f5df2f5fb7ca891e0b2016d to your computer and use it in GitHub Desktop.
python -c "from collections import Counter;lines = open('eslint.out').readlines();checks=[line.split(' ')[-1].strip() for line in lines];print(Counter(checks))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment