You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up the "poor man's code climate" but given the way our system works and our repo is set up, sending around 9000 html files is prohibitively expensive. But this gave me an idea. If there were html set up to read a json file and fill in data from that, we could use the json formatter and send that file around. And in general, this seems like a more efficient approach than generating tons of html files.
The text was updated successfully, but these errors were encountered:
I'm trying to set up the "poor man's code climate" but given the way our system works and our repo is set up, sending around 9000 html files is prohibitively expensive. But this gave me an idea. If there were html set up to read a json file and fill in data from that, we could use the json formatter and send that file around. And in general, this seems like a more efficient approach than generating tons of html files.
The text was updated successfully, but these errors were encountered: