Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MirrexOne/unqueryvet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: MirrexOne/unqueryvet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 7 commits
  • 271 files changed
  • 1 contributor

Commits on Jan 12, 2026

  1. feat:add DSL, IDEs schema, extension support

    Alexander Belovitskiy committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    bc433b0 View commit details
    Browse the repository at this point in the history
  2. docs(goland): update plugin.xml to match implemented features

    - Update description to reflect actual functionality
    - Remove 'Query complexity analysis' (not implemented)
    - Add aliased wildcards and subquery detection
    - Add string concatenation and format strings detection
    - Update SQL builders list to full 12 supported libraries
    - Add Custom rules via DSL configuration
    - Update action descriptions for clarity
    - Improve XML formatting
    Alexander Belovitskiy committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    e3c4e3d View commit details
    Browse the repository at this point in the history
  3. fix: resolve golangci-lint v2.8.0 issues

    - Fix errcheck: handle os.Chdir error in defer (loader_test.go)
    - Remove unused fields: compiledPatterns, compiledCondition (rule.go)
    - Fix gofumpt formatting (actions.go, model.go)
    Alexander Belovitskiy committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    f88c92a View commit details
    Browse the repository at this point in the history
  4. fix: resolve ineffassign warning in pgx.go

    - Replace var with const for queryArgIndex (always 1 after switch)
    Alexander Belovitskiy committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    caad9bd View commit details
    Browse the repository at this point in the history
  5. refactor: reduce cyclomatic complexity in analyzer functions

    - RunWithConfig: 23 → ~10 (extract analysisContext struct and handlers)
    - analyzeSQLBuilders: 22 → ~8 (split into findEmptySelectCalls, checkColumnsUsage, reportEmptySelects)
    - SquirrelChecker.CheckChainedCalls: 20 → ~12 (extract chain state and method handlers)
    - JetChecker.CheckSelectStar: 19 → ~10 (extract checkIdentCall, checkSelectorCall)
    - GORMChecker.CheckSelectStar: 18 → ~10 (extract checkSelectMethod, checkRawMethod)
    - GORMChecker.CheckChainedCalls: 17 → ~10 (extract processGormChainMethod)
    Alexander Belovitskiy committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    f557ae8 View commit details
    Browse the repository at this point in the history
  6. style: fix gofumpt - group function parameters of same type

    Alexander Belovitskiy committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    1d0ba14 View commit details
    Browse the repository at this point in the history
  7. style: fix remaining gofumpt issues - group parameters

    Alexander Belovitskiy committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    b265c44 View commit details
    Browse the repository at this point in the history
Loading