Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #297 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 103 103
Branches 1 1
=========================================
Hits 103 103
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
|
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
/improve |
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Refactoring, Configuration changes, Documentation
Description
Replace SQLFluff with sqruff across the project
Update Nox sessions for SQL formatting and linting
Configure VS Code, Zed, and pre-commit for sqruff
Refresh documentation and GitHub Actions workflows
Diagram Walkthrough
File Walkthrough
2 files
Update Nox sessions to use `sqruff` for SQL formatting and linting.Migrate pre-commit hooks fromSQLFlufftosqruffand enhancedescriptions.
12 files
ReplaceSQLFluffVS Code extension withsqruffand configure its path.Update ignored SQL linter configuration file.Update GitHub Actions format workflow to use `sqruff`.Update GitHub Actions lint workflow to use `sqruff`.Remove `SQLFluff` configuration file.Add `sqruff` configuration file.Adjust `sqruff` ignore patterns.Update spell checker dictionary for new tools.Replace `SQLFluff` VS Code extension with `sqruff`.Remove `SQLFluff` settings and configure `sqruff` as SQL formatter.Configure Zed editor to use `sqruff` for SQL linting and formatting.Update `codebook.toml` dictionary with new tool names.6 files
Update `CLAUDE.md` documentation to reflect `sqruff` usage.Update documentation for SQL linter configuration.Update pre-commit documentation for `sqruff` and hook descriptions.Updateuvdocumentation forsqruffVS Code extension and devcontainersettings.
Update development guides to reflect `sqruff` usage.Update main documentation to reflect `sqruff` for SQL linting.1 files
Replace `sqlfluff` dependency with `sqruff` and add `regex`.