Skip to content

Commit

Permalink
AG-29283 Add an option to quickly fix AGLint warnings
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/vscode-adblock-syntax from feature/AG-29283 to master

Squashed commit of the following:

commit 4402bac
Author: scripthunter7 <[email protected]>
Date:   Tue Jan 9 12:53:50 2024 +0100

    Print error message if parsing fails

commit 0501a5e
Author: scripthunter7 <[email protected]>
Date:   Tue Jan 9 10:54:21 2024 +0100

    Remove unnecessary prop

commit 42f4b45
Author: scripthunter7 <[email protected]>
Date:   Tue Jan 9 10:18:06 2024 +0100

    Add TODO comment

commit 49475d1
Author: scripthunter7 <[email protected]>
Date:   Tue Jan 9 10:12:42 2024 +0100

    Remove abbreviations

commit 7179c9a
Author: scripthunter7 <[email protected]>
Date:   Tue Jan 9 10:11:46 2024 +0100

    Refactor comments

commit b52b998
Author: scripthunter7 <[email protected]>
Date:   Mon Jan 8 22:21:28 2024 +0100

    better explain

commit b4f744b
Author: scripthunter7 <[email protected]>
Date:   Mon Jan 8 22:18:31 2024 +0100

    update comments

commit c19e755
Author: scripthunter7 <[email protected]>
Date:   Mon Jan 8 22:02:36 2024 +0100

    update changelog

commit ec8704b
Author: scripthunter7 <[email protected]>
Date:   Mon Jan 8 21:57:28 2024 +0100

    add quick fix support to the server

commit ef89f58
Author: scripthunter7 <[email protected]>
Date:   Mon Jan 8 21:55:45 2024 +0100

    Update consts
  • Loading branch information
scripthunter7 committed Jan 9, 2024
1 parent 3162125 commit 1f90916
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver].


## Unreleased

### Added

- Support for quick fixes: [#122]

## 1.1.6 - 2024-01-04

### Fixed
Expand Down Expand Up @@ -357,6 +363,7 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
[#114]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/114
[#115]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/115
[#119]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/119
[#122]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/122
[AGLint]: https://github.com/AdguardTeam/AGLint/blob/master/CHANGELOG.md
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html
1 change: 1 addition & 0 deletions server/src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export const AGLINT_REPO_URL = 'https://github.com/AdguardTeam/AGLint';

export const LF = '\n';
export const EMPTY = '';
export const SPACE = ' ';
Loading

0 comments on commit 1f90916

Please sign in to comment.