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
nope, there’s not really support for that. Although, you can pass --text on the CLI to see the files you give it as plain text.
Alternatively, you could do the inverse based on what linter exists for your code, and integrate that to look for code comments, and run the alex API on those comments!
I use a combination of fd (a find replacement) and what @wooorm suggested above to get Alex as a linter in my projects' CI/CD pipeline. I find all ruby files, then pass to Alex to be linted as text. Then I do another search for markdown files and lint them like normal:
As the title says :)
I suppose one workaround for linting docblocks is linting any generated documentation from the docblocks.
Thank you!
The text was updated successfully, but these errors were encountered: