File tree Expand file tree Collapse file tree 10 files changed +84
-2
lines changed
Expand file tree Collapse file tree 10 files changed +84
-2
lines changed Original file line number Diff line number Diff line change 1+ * out
2+ * logs
3+ * actions
4+ * notifications
5+ * tools
6+ plugins
7+ user_trunk.yaml
8+ user.yaml
9+ tmp
Original file line number Diff line number Diff line change 1+ # Prettier friendly markdownlint config (all formatting rules disabled)
2+ extends : markdownlint/style/prettier
Original file line number Diff line number Diff line change 1+ rules :
2+ quoted-strings :
3+ required : only-when-needed
4+ extra-allowed : ["{|}"]
5+ key-duplicates : {}
6+ octal-values :
7+ forbid-implicit-octal : true
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ plugins : [
3+ {
4+ name : "preset-default" ,
5+ params : {
6+ overrides : {
7+ removeViewBox : false , // https://github.com/svg/svgo/issues/1128
8+ sortAttrs : true ,
9+ removeOffCanvasPaths : true ,
10+ } ,
11+ } ,
12+ } ,
13+ ] ,
14+ } ;
Original file line number Diff line number Diff line change 1+ # This file controls the behavior of Trunk: https://docs.trunk.io/cli
2+ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
3+ version : 0.1
4+ cli :
5+ version : 1.22.8
6+ # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
7+ plugins :
8+ sources :
9+ - id : trunk
10+ ref : v1.6.5
11+ uri : https://github.com/trunk-io/plugins
12+ # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
13+ runtimes :
14+ enabled :
15+ - node@18.12.1
16+ - python@3.10.8
17+ # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
18+ lint :
19+ enabled :
20+ - checkov@3.2.332
21+ - eslint@8.57.0
22+ - git-diff-check
23+ - markdownlint@0.43.0
24+ - osv-scanner@1.9.1
25+ - oxipng@9.1.3
26+ - prettier@3.4.2
27+ - svgo@3.3.2
28+ - trufflehog@3.85.0
29+ - yamllint@1.35.1
30+ actions :
31+ disabled :
32+ - trunk-announce
33+ - trunk-check-pre-push
34+ - trunk-fmt-pre-commit
35+ enabled :
36+ - trunk-upgrade-available
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ vsc-extension-quickstart.md
1212** /* .map
1313** /* .ts
1414** /.vscode-test. *
15+ .trunk /**
Original file line number Diff line number Diff line change @@ -6,7 +6,19 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## [ Unreleased]
88
9- ## [ 1.6.0] - 2023-10-07
9+ ## [ 1.6.1] - 2024-12-08
10+
11+ ### Added
12+
13+ - Added Trunk Support to improve Code Quality
14+
15+ ### Changed
16+
17+ - Changed ` README.md ` with latest features
18+ - Changed Extension Logo
19+ - Changed Changelog Dates for 1.6.0 Release Date
20+
21+ ## [ 1.6.0] - 2024-12-07
1022
1123### Added
1224
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ The Magento Log Viewer extension for Visual Studio Code provides a convenient wa
1616- Status bar showing total log entries
1717- Real-time log file monitoring
1818- Badge in the tree view showing the total number of log entries
19+ - Improved report file titles by parsing content for better readability
1920
2021## Setup
2122
Original file line number Diff line number Diff line change 22 "name" : " magento-log-viewer" ,
33 "displayName" : " Magento Log Viewer" ,
44 "description" : " A Visual Studio Code extension to view and manage Magento log files." ,
5- "version" : " 1.6.0 " ,
5+ "version" : " 1.6.1 " ,
66 "publisher" : " MathiasElle" ,
77 "icon" : " resources/logo.png" ,
88 "repository" : {
You can’t perform that action at this time.
0 commit comments