Accepting request 1219358 from utilities
- Update to 0.29.0: * feat: support override severity of unused-suppression #1556 * feat: unify configuration reading #1557 * feat: unify configuration #1557 * refactor: improve file config handling #1553 * refactor: revamp configuration file discovering and custom language registration #1553 * feat(scan): support context, before/after flags #1549 * feat: add RuleOverwrite to override rule severity from CLI #1061 * Breaking change: feat: support --config in sg new cfe472f * feat: add rule overwrite impl fb4ac07 * fix(deps): update dependency @swc/core to v1.7.36 c11fd89 OBS-URL: https://build.opensuse.org/request/show/1219358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ast-grep?expand=0&rev=44
This commit is contained in:
commit
9e37ad5e1e
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.28.1</param>
|
||||
<param name="revision">0.29.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50d2a2306d9868f1bff0a3bee4ac5c1d9ac5f4ab8a3bd32b734f4a27506c819d
|
||||
size 698082
|
3
ast-grep-0.29.0.tar.zst
Normal file
3
ast-grep-0.29.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bbd2f7e0387d4480c7ea0e997abb87c06328657d10df663ce9f40e25ed13b45
|
||||
size 699574
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 08:44:50 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.29.0:
|
||||
* feat: support override severity of unused-suppression #1556
|
||||
* feat: unify configuration reading #1557
|
||||
* feat: unify configuration #1557
|
||||
* refactor: improve file config handling #1553
|
||||
* refactor: revamp configuration file discovering and custom language registration #1553
|
||||
* feat(scan): support context, before/after flags #1549
|
||||
* feat: add RuleOverwrite to override rule severity from CLI #1061
|
||||
* Breaking change: feat: support --config in sg new cfe472f
|
||||
* feat: add rule overwrite impl fb4ac07
|
||||
* fix(deps): update dependency @swc/core to v1.7.36 c11fd89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 20 09:54:53 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ast-grep
|
||||
Version: 0.28.1
|
||||
Version: 0.29.0
|
||||
Release: 0
|
||||
Summary: A CLI tool for code structural search, lint and rewriting
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ba4239550000add7b0f9cd6c558ca02993f4a4828acd130879404bb12ac57d0
|
||||
size 30078221
|
||||
oid sha256:d1357b1d4d53a24660f55a7559d2b430ebb0c654200026253b5cf3633bf9d3ef
|
||||
size 30108341
|
||||
|
Loading…
x
Reference in New Issue
Block a user