Skip to content

Commit f4a967a

Browse files
committed
Update integrated AGLint to v2.0.10
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from fix/bump-aglint-to-v2.0.10 to master Squashed commit of the following: commit 67334f1 Author: scripthunter7 <d.tota@adguard.com> Date: Wed Sep 4 17:33:23 2024 +0200 update changelog commit 352f8aa Author: scripthunter7 <d.tota@adguard.com> Date: Wed Sep 4 17:32:15 2024 +0200 update tests commit a7ad5a3 Author: scripthunter7 <d.tota@adguard.com> Date: Wed Sep 4 17:30:00 2024 +0200 update integrated aglint
1 parent 732a673 commit f4a967a

5 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver].
66

7+
## 1.1.12 - 2024-09-04
8+
9+
### Changed
10+
11+
- Updated integrated [AGLint] to v2.0.10
12+
713
## 1.1.11 - 2024-08-23
814

915
### Added

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vscode-languageserver-textdocument": "^1.0.8"
1313
},
1414
"devDependencies": {
15-
"@adguard/aglint": "2.0.9",
15+
"@adguard/aglint": "2.0.10",
1616
"@types/clone-deep": "^4.0.1",
1717
"@types/semver": "^7.5.0",
1818
"clone-deep": "^4.0.1",

server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adguard/aglint@2.0.9":
6-
version "2.0.9"
7-
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.9.tgz#2082b12107dd2090102a72d64d8397a09f5e98d0"
8-
integrity sha512-1xnQdGNwk6xb9m8YyxbaMLbSTQ59tehlwv7P92O7MqIMFLoLJy70HPrx3JOTj+GRrSNQOuJFHJnl7LVvF7pyUw==
5+
"@adguard/aglint@2.0.10":
6+
version "2.0.10"
7+
resolved "https://registry.yarnpkg.com/@adguard/aglint/-/aglint-2.0.10.tgz#5d1ef8c3934eed896ef32dcbb385d27f5fd292ce"
8+
integrity sha512-gv04PUw0M9sPYbdiN5HIc4paBNvPbKpOEKmXJplcU0F5/k2vYREVwrtKS8YvezbSOGR4cUL/AjVsqiY4O8SjfQ==
99
dependencies:
1010
"@adguard/agtree" "^1.1.8"
1111
"@inquirer/checkbox" "^1.3.7"

test/static/aglint/.aglintrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ extends:
44
- aglint:recommended
55
rules:
66
single-selector: warn
7+
no-excluded-rules:
8+
- error
9+
- regexp-patterns:
10+
# Do not forget to escape special regex characters
11+
- example\.com\/bad\/query\/

test/static/aglint/list3.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ example.com##...
2222
! invalid modifier
2323
||example.com^$specifichide
2424
||example.com^$referrerpolicy=~origin
25+
26+
! excluded rule
27+
example.com/bad/query/

0 commit comments

Comments
 (0)