-
Notifications
You must be signed in to change notification settings - Fork 104
feat: port remaining squawk rules #508
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
base: main
Are you sure you want to change the base?
Conversation
"smallint" | ||
| "integer" | ||
| "int2" | ||
| "int4" | ||
| "serial" | ||
| "serial2" | ||
| "serial4" | ||
| "smallserial" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hab jetzt hier nur mal nen kleinen stichproben test gemacht, die anderen rules hab ich nicht angeschaut.
durch diesen check würde der error fälschlicherweise jetzt auch für integer, int4, serial, serial4 reported – vielleicht sollten wir claud sagen, dass er auch noch tests für false positives machen soll
will have claude do the work over night
closes #131
will port https://github.com/kaaveland/eugene/blob/main/eugene/src/lints/rules.rs afterwards
also added a new
agentic/
dir and two newjust
commands to standardise as well as track the prompts for such work.will fix the tests, but the main part is ready for review.