getgrit / gritql

GritQL is a query language for searching, linting, and modifying code.
https://docs.grit.io/
MIT License
3.17k stars 82 forks source link

fix: Attempt to analyze file paths in the input without extension check #560

Closed mobley-trent closed 4 weeks ago

mobley-trent commented 4 weeks ago

/claim #485

Greptile Summary

This is an auto-generated summary

Hi! Looks like you've reached your API usage limit. You can increase it from your account settings page here: app.greptile.com/settings/usage

mobley-trent commented 4 weeks ago

Hi @morgante is this the correct logic ?

mobley-trent commented 4 weeks ago

@morgante maybe I am misunderstanding the problem statement but correct me if I'm wrong.

We should attempt to send the file if it is found in my_input.paths, otherwise we should perform the logging like before, correct ?