-
Notifications
You must be signed in to change notification settings - Fork 14
Add Support for soy #21
Comments
@jbalsas I think this could be interesting, but one quick question is basically, is the soy linting tool part of the metal-soy-critic component, or you're saying that it should be incorporated? If we have the tool, can you point me to it? |
Hey @natecavanaugh, |
This pending issue about library usage might be important to integrate it here the way this tool is built, I guess |
@jbalsas Ahhh gotcha, okay. My one concern would be about cases where people use Soy but without Metal (which is still prominent), but here are a few other questions: I'm guessing this isn't so much about linting Soy, as it is about linting Soy based metal components? But yeah, if this is just for general soy language linting, I can definitely integrate that as a soy specific formatter. Let me know if my assumptions are correct, and I'll go ahead and work on integrating it once you guys have some sort of non-cli API exported :) |
So it wasn't originally written as a general
However, now there are definitely some lint rules in |
@mthadley I could definitely see it being a possibility, but now my other question would be, are there are good heuristics for when to apply just general soy linting, or if it's actually a metal based soy file? |
@natecavanaugh The only heuristic right now is if there is a file in the same directory, with the same filename, but with a |
Hey guys, I think this is a bit of an overkill right now. |
We're going to be archiving this project so closing everything. |
We have a tool that can be used to lint
*.soy
files. Ideally, it should be integrated here:https://github.com/metal/metal-soy-critic
The text was updated successfully, but these errors were encountered: