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
Eg. when eugene lint or eugene trace finds E1, it can provide a link to https://kaveland.no/eugene/hints/E1/ where there's an example of how to fix it.
The text was updated successfully, but these errors were encountered:
I think this should also include making a super terse output format for plain, suitable for the terminal. Something like:
$ eugene lint examples.sql
4: https://kaveland.no/eugene/hints/E4 Add a new JSON column
6: https://kaveland.no/eugene/hints/E2 Validating table with a new `NOT NULL` column
...
I'm thinking the same kind of format for both lint/trace.
Eg. when
eugene lint
oreugene trace
findsE1
, it can provide a link to https://kaveland.no/eugene/hints/E1/ where there's an example of how to fix it.The text was updated successfully, but these errors were encountered: