-
Notifications
You must be signed in to change notification settings - Fork 2
App production checks #24
Comments
I'm happy to help with these |
hi @lirantal 👋 thanks for checking in. i'm curious how you spotted this one :) already have lockfile-lint covered but hoping to find a good way to get the others tied in as well. since these need to run against a served site, there is a little more complexity to including these in a normal build, but i'm not too far from enabling that more easily depending on the type of project that is generated. |
things have been smooth with it took a bit of care to make sure i was using the flags that applied to my projects since most aren't enabled by default. i could maybe see it being more strict by default, but can understand that being a tough sell with the various configurations folks use. i was a little worried that i'd see false-positives around https checking since that tends to thrash, but the npm team says they are always downloaded over https. i havent seen any warnings related to that yet, but maybe its related to most of the places i've added it being new projects using the latest npm cli. |
also, kinda neat to see that 4 of the 8 badges in your used-by shot above are my projects :) |
so, your nudge did motivate me to at least try out i did run into one issue when i pushed to travis that might be worth a more specific error. a quick search for the error suggested that the installed chrome was too old which was easily remedied by specifying a newer version, but i could see that tripping up some users. |
you are my power user! 🎉
oh this is really cool that you've pushed it as part of the linters! also, if there's a more elegant way of handling this through some sharable configs I'd love to make it more apparent and easier to users. |
wiring into my scaffolder might be cheating a bit :) like many, i am a fan of stickers, but no need to go to extra effort on my account. i appreciate the effort you've been putting toward these tools.
getting this type of thing into the script that runs on every commit gives me the best chance to keep up. i opened a PR to mention local installation and use in an npm script as an option, but happy to tweak if you have feedback.
done. i started as a warning under the usage section rather than breaking into a new FAQ section, but again, happy to adjust if you have other thoughts.
this is always tricky to get to a good spot for a wide range of users. |
Thanks for the input! I love that comment about |
@travi commented on Sun Mar 18 2018
The text was updated successfully, but these errors were encountered: