1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Files
opentelemetry-go/internal
renovate[bot] 6b2e470e19 chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.0 (#7779)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/MirrexOne/unqueryvet](https://redirect.github.com/MirrexOne/unqueryvet)
| `v1.4.0` → `v1.5.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fMirrexOne%2funqueryvet/v1.5.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fMirrexOne%2funqueryvet/v1.4.0/v1.5.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>MirrexOne/unqueryvet
(github.com/MirrexOne/unqueryvet)</summary>

###
[`v1.5.0`](https://redirect.github.com/MirrexOne/unqueryvet/releases/tag/v1.5.0):
- Custom Rules DSL &amp; IDE Extensions

[Compare
Source](https://redirect.github.com/MirrexOne/unqueryvet/compare/v1.4.0...v1.5.0)

#### New Features

##### Custom Rules DSL

Define your own analysis rules using a simple YAML-based DSL:

- Create custom patterns for detecting SQL anti-patterns
- Configure rule severity (`error` or `warning`)
- Add project-specific rules in `.unqueryvet/rules/`

##### IDE Extensions Support

- **VS Code Extension**: Real-time diagnostics with LSP integration
- **GoLand Plugin**: Native IDE integration with quick-fixes
- **JSON Schema in SchemaStore**: Auto-completion and validation for
`.unqueryvet.yaml` config files in all major IDEs
([SchemaStore#5279](https://redirect.github.com/SchemaStore/schemastore/pull/5279))

#### Improvements

- Updated GoLand plugin description to match implemented features
- Reduced cyclomatic complexity in analyzer functions
- Better code organization with gofumpt formatting

#### Fixes

- Fixed ineffassign warning in pgx.go
- Resolved golangci-lint v2.8.0 compatibility issues

#### Installation

```bash
go install github.com/MirrexOne/unqueryvet/cmd/unqueryvet@v1.5.0
```

**Full Changelog**:
<https://github.com/MirrexOne/unqueryvet/compare/v1.4.0...v1.5.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-13 15:38:21 +01:00
..