sup circle friends,
if i want the number of linting warnings i have in my node project to be monotonically decreasing, i need to be able to get the current number of warnings, then pass that number to each subsequent build
then i can call eslint --max-warnings $THAT_NUMBER
is there a way to do that within circleci? if not, i can write a file to s3 from my master branch, then read it on the next build
thanks!