Current Behavior
whatrecord lint works on startup scripts and appears broken for database files at the moment
- Database instances contain
.lint attributes tracking lint, which gets serialized along with everything else
Expected Behavior
I'd like linting to be pretty painless and something that can be readily used from whatrecord, with or without viewing from the frontend.
whatrecord lint should work for database files, startup scripts, and other files
- It'd be nice if the lint was recorded in such a way that the frontend could view it as well
- As-is, the lint is not stored at all, but regenerated on each call to the command-line tool
- The command-line tool should accept multiple input files
Current Behavior
whatrecord lintworks on startup scripts and appears broken for database files at the moment.lintattributes tracking lint, which gets serialized along with everything elseExpected Behavior
I'd like linting to be pretty painless and something that can be readily used from whatrecord, with or without viewing from the frontend.
whatrecord lintshould work for database files, startup scripts, and other files