forked from pool/ast-grep
- Update to 0.20.1:
* feat: respect suppression in lsp #1019 - Update to 0.20.0: * test: add test for error suppression in scan #1007 * refactor: merge CombinedScan::scan and CombinedScan::diff #1011 * feat: report error count instead of file count #1009 * feat: suppress specific rule #1005 * fix: skip suppressed error #1006 * feat: support error/warning suppression #446 * fix(deps): update babel monorepo da9a938 * fix(deps): update dependency @swc/core to v1.4.8 d81365a * feat: add more states for rule suppression 41a058c OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=30
This commit is contained in:
parent
81e64dad62
commit
797c0e938f
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">0.19.4</param>
|
<param name="revision">0.20.1</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b2180bfce0a9f5d2de5d08e26b2e3242835c01fc9409133d23b6d488c48745e
|
|
||||||
size 661733
|
|
3
ast-grep-0.20.1+0.tar.zst
Normal file
3
ast-grep-0.20.1+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:945e109a0a6908915951c47bdaf02edc07c79571d06c5023c34f6ed800cf7892
|
||||||
|
size 663372
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 06:21:57 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.20.1:
|
||||||
|
* feat: respect suppression in lsp #1019
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 06:21:41 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.20.0:
|
||||||
|
* test: add test for error suppression in scan #1007
|
||||||
|
* refactor: merge CombinedScan::scan and CombinedScan::diff #1011
|
||||||
|
* feat: report error count instead of file count #1009
|
||||||
|
* feat: suppress specific rule #1005
|
||||||
|
* fix: skip suppressed error #1006
|
||||||
|
* feat: support error/warning suppression #446
|
||||||
|
* fix(deps): update babel monorepo da9a938
|
||||||
|
* fix(deps): update dependency @swc/core to v1.4.8 d81365a
|
||||||
|
* feat: add more states for rule suppression 41a058c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 07:22:42 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Mon Mar 11 07:22:42 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ast-grep
|
Name: ast-grep
|
||||||
Version: 0.19.4+0
|
Version: 0.20.1+0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A CLI tool for code structural search, lint and rewriting
|
Summary: A CLI tool for code structural search, lint and rewriting
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c7b4e06216f7bd801f0b862e513aee5761fb79d006b5c4567cbda430d5b7b0ce
|
oid sha256:92ebe32cebe31314b15cf896c257f6499975476f2f6c30101e7b30063772dabd
|
||||||
size 26862518
|
size 26934796
|
||||||
|
Loading…
x
Reference in New Issue
Block a user