update trunk, templates
This commit is contained in:
14
.trunk/configs/svgo.config.js
Normal file
14
.trunk/configs/svgo.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
{
|
||||
name: "preset-default",
|
||||
params: {
|
||||
overrides: {
|
||||
removeViewBox: false, // https://github.com/svg/svgo/issues/1128
|
||||
sortAttrs: true,
|
||||
removeOffCanvasPaths: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
@@ -25,13 +25,14 @@ lint:
|
||||
- trivy
|
||||
- trufflehog
|
||||
enabled:
|
||||
- osv-scanner@1.7.2
|
||||
- svgo@3.3.2
|
||||
- osv-scanner@1.7.4
|
||||
- sql-formatter@15.3.1
|
||||
- sqlfluff@3.0.6
|
||||
- sqlfluff@3.0.7
|
||||
- isort@5.13.2
|
||||
- ruff@0.4.3
|
||||
- ruff@0.4.7
|
||||
- bandit@1.7.8
|
||||
- markdownlint@0.40.0
|
||||
- markdownlint@0.41.0
|
||||
- yamllint@1.35.1
|
||||
- black@24.4.2
|
||||
actions:
|
||||
|
||||
Reference in New Issue
Block a user