Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link triggered hints to the webpage #69

Closed
kaaveland opened this issue May 19, 2024 · 2 comments
Closed

Link triggered hints to the webpage #69

kaaveland opened this issue May 19, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kaaveland
Copy link
Owner

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.

@kaaveland kaaveland added enhancement New feature or request good first issue Good for newcomers labels May 19, 2024
@kaaveland
Copy link
Owner Author

kaaveland commented May 21, 2024

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.

@kaaveland kaaveland self-assigned this May 23, 2024
@kaaveland
Copy link
Owner Author

#78 does the first part of this, going to make a nice-ish plain text format for the console next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant