refactor: remove unused cache_version references

This commit is contained in:
Jan De Dobbeleer 2024-10-28 13:59:23 +01:00 committed by Jan De Dobbeleer
parent ab39417dc2
commit d479ef88fd
42 changed files with 23 additions and 179 deletions

View file

@ -334,7 +334,9 @@ func (segment *Segment) MapSegmentWithWriter(env runtime.Environment) error {
wrapper := &properties.Wrapper{ wrapper := &properties.Wrapper{
Properties: segment.Properties, Properties: segment.Properties,
} }
writer.Init(wrapper, env) writer.Init(wrapper, env)
segment.writer = writer segment.writer = writer
return nil return nil
} }

View file

@ -98,8 +98,6 @@ const (
LanguageExtensions properties.Property = "extensions" LanguageExtensions properties.Property = "extensions"
// LanguageFolders the list of folders to validate // LanguageFolders the list of folders to validate
LanguageFolders properties.Property = "folders" LanguageFolders properties.Property = "folders"
// CacheVersion allows caching the version number
CacheVersion properties.Property = "cache_version"
) )
func (l *language) Enabled() bool { func (l *language) Enabled() bool {

View file

@ -54,12 +54,6 @@
"description": "Milliseconds to use for http request timeouts", "description": "Milliseconds to use for http request timeouts",
"default": 20 "default": 20
}, },
"cache_version": {
"type": "boolean",
"title": "Cache Version",
"description": "Cache the executable's version or not",
"default": false
},
"expires_in": { "expires_in": {
"type": "integer", "type": "integer",
"title": "Expires in", "title": "Expires in",
@ -571,9 +565,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -771,9 +762,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"icon": { "icon": {
"type": "string", "type": "string",
"title": "Icon", "title": "Icon",
@ -843,9 +831,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -896,9 +881,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1055,9 +1037,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1120,9 +1099,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1218,9 +1194,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1513,9 +1486,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"parse_mod_file": { "parse_mod_file": {
"type": "boolean", "type": "boolean",
"title": "Parse go.mod file", "title": "Parse go.mod file",
@ -1571,9 +1541,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1633,9 +1600,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1686,9 +1650,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1738,9 +1699,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1789,9 +1747,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1843,9 +1798,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -1894,9 +1846,6 @@
"missing_command_text": { "missing_command_text": {
"$ref": "#/definitions/missing_command_text" "$ref": "#/definitions/missing_command_text"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
@ -1954,9 +1903,6 @@
"missing_command_text": { "missing_command_text": {
"$ref": "#/definitions/missing_command_text" "$ref": "#/definitions/missing_command_text"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
@ -2004,9 +1950,6 @@
"missing_command_text": { "missing_command_text": {
"$ref": "#/definitions/missing_command_text" "$ref": "#/definitions/missing_command_text"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
@ -2054,9 +1997,6 @@
"missing_command_text": { "missing_command_text": {
"$ref": "#/definitions/missing_command_text" "$ref": "#/definitions/missing_command_text"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
@ -2170,9 +2110,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"fetch_package_manager": { "fetch_package_manager": {
"type": "boolean", "type": "boolean",
"title": "Fetch Display Package Manager", "title": "Fetch Display Package Manager",
@ -2625,9 +2562,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -2746,9 +2680,6 @@
"description": "Fetch the vite and @quasar/app-vite dependency information or not", "description": "Fetch the vite and @quasar/app-vite dependency information or not",
"default": true "default": true
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -3118,9 +3049,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -3341,9 +3269,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -3392,9 +3317,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -3443,9 +3365,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -3492,9 +3411,6 @@
"missing_command_text": { "missing_command_text": {
"$ref": "#/definitions/missing_command_text" "$ref": "#/definitions/missing_command_text"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
@ -3853,9 +3769,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"stack_ghc_mode": { "stack_ghc_mode": {
"type": "string", "type": "string",
"title": "Use Stack GHC", "title": "Use Stack GHC",
@ -3942,9 +3855,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -4025,9 +3935,6 @@
"missing_command_text": { "missing_command_text": {
"$ref": "#/definitions/missing_command_text" "$ref": "#/definitions/missing_command_text"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
@ -4079,9 +3986,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -4160,9 +4064,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -4259,9 +4160,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"preferred_executable": { "preferred_executable": {
"type": "string", "type": "string",
"title": "Preferred Executable", "title": "Preferred Executable",
@ -4321,9 +4219,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -4370,9 +4265,6 @@
"missing_command_text": { "missing_command_text": {
"$ref": "#/definitions/missing_command_text" "$ref": "#/definitions/missing_command_text"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
@ -4426,9 +4318,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -4662,9 +4551,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",
@ -4714,9 +4600,6 @@
"version_url_template": { "version_url_template": {
"$ref": "#/definitions/version_url_template" "$ref": "#/definitions/version_url_template"
}, },
"cache_version": {
"$ref": "#/definitions/cache_version"
},
"extensions": { "extensions": {
"type": "array", "type": "array",
"title": "Extensions", "title": "Extensions",

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `angular.json` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `angular.json` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `icon` | `string` | `\ue63a` | the icon for the segment | | `icon` | `string` | `\ue63a` | the icon for the segment |
| `extensions` | `[]string` | `*.bazel, *.bzl, BUILD, WORKSPACE, .bazelrc, .bazelversion` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.bazel, *.bzl, BUILD, WORKSPACE, .bazelrc, .bazelversion` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | | | `folders` | `[]string` | | |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -32,7 +32,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `buf.yaml, buf.gen.yaml, buf.work.yaml` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `buf.yaml, buf.gen.yaml, buf.work.yaml` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -32,7 +32,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `bun.lockb` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `bun.lockb` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.cmake, CMakeLists.txt` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.cmake, CMakeLists.txt` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -32,7 +32,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.ts, *.js, deno.json` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.ts, *.js, deno.json` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.dart, pubspec.yaml, pubspec.yml, pubspec.lock` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.dart, pubspec.yaml, pubspec.yml, pubspec.lock` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | `.dart_tool` | allows to override the list of folder names to validate | | `folders` | `[]string` | `.dart_tool` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `pom.xml` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `pom.xml` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `package.json, package-lock.json` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `package.json, package-lock.json` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `workspace.json, nx.json` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `workspace.json, nx.json` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `package.json, pnpm-lock.yaml` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `package.json, pnpm-lock.yaml` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -36,7 +36,6 @@ import Config from "@site/src/components/Config.js";
| `fetch_dependencies` | `boolean` | `false` | fetch the version number of the `vite` and `@quasar/app-vite` dependencies if present | | `fetch_dependencies` | `boolean` | `false` | fetch the version number of the `vite` and `@quasar/app-vite` dependencies if present |
| `extensions` | `[]string` | `quasar.config, quasar.config.js` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `quasar.config, quasar.config.js` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -33,7 +33,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `package.json` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `package.json` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -35,7 +35,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*ui5*.y*ml` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*ui5*.y*ml` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `xmake.lua` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `xmake.lua` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([into][templates]) ## Template ([into][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `package.json, yarn.lock` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `package.json, yarn.lock` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -38,7 +38,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `host.json, local.settings.json, function.json` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `host.json, local.settings.json, function.json` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `.cdsrc.json, .cdsrc-private.json, *.cds` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `.cdsrc.json, .cdsrc-private.json, *.cds` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `manifest.yml, mta.yaml` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `manifest.yml, mta.yaml` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.cr, shard.yml` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.cr, shard.yml` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.dart, pubspec.yaml, pubspec.yml, pubspec.lock` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.dart, pubspec.yaml, pubspec.yml, pubspec.lock` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | `.dart_tool` | allows to override the list of folder names to validate | | `folders` | `[]string` | `.dart_tool` | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -32,7 +32,6 @@ import Config from '@site/src/components/Config.js';
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.cs, *.csx, *.vb, *.fs, *.fsx, *.sln, *.slnf, *.csproj, *.fsproj, *.vbproj, global.json` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.cs, *.csx, *.vb, *.fs, *.fsx, *.sln, *.slnf, *.csproj, *.fsproj, *.vbproj, global.json` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.ex, *.exs` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.ex, *.exs` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -35,7 +35,6 @@ import Config from "@site/src/components/Config.js";
| `parse_mod_file` | `boolean` | `false` | parse the go.mod file instead of calling `go version` | | `parse_mod_file` | `boolean` | `false` | parse the go.mod file instead of calling `go version` |
| `extensions` | `[]string` | `*.go, go.mod` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.go, go.mod` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -35,7 +35,6 @@ import Config from "@site/src/components/Config.js";
| `stack_ghc_mode` | `string` | `never` | determines when to use `stack ghc` to retrieve the version information. Using `stack ghc` will decrease performance.<ul><li>`never`: never use `stack ghc`</li><li>`package`: only use `stack ghc` when `stack.yaml` is in the root of the </li><li>`always`: always use `stack ghc`</li></ul> | | `stack_ghc_mode` | `string` | `never` | determines when to use `stack ghc` to retrieve the version information. Using `stack ghc` will decrease performance.<ul><li>`never`: never use `stack ghc`</li><li>`package`: only use `stack ghc` when `stack.yaml` is in the root of the </li><li>`always`: always use `stack ghc`</li></ul> |
| `extensions` | `[]string` | `*.hs, *.lhs, stack.yaml, package.yaml, *.cabal, cabal.project` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.hs, *.lhs, stack.yaml, package.yaml, *.cabal, cabal.project` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.java, *.class, *.gradle, *.jar, *.clj, *.cljr, pom.xml, build.gradle.kts, build.sbt, .java-version, .deps.edn, project.clj, build.boot` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.java, *.class, *.gradle, *.jar, *.clj, *.cljr, pom.xml, build.gradle.kts, build.sbt, .java-version, .deps.edn, project.clj, build.boot` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.jl` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.jl` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -36,7 +36,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.kt, *.kts, *.ktm` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.kt, *.kts, *.ktm` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -35,7 +35,6 @@ import Config from "@site/src/components/Config.js";
| `preferred_executable` | `string` | `lua` | the preferred executable to use when fetching the version<ul><li>`lua`: the Lua executable (**default**)</li><li>`luajit`: the LuaJIT executable</li></ul> | | `preferred_executable` | `string` | `lua` | the preferred executable to use when fetching the version<ul><li>`lua`: the Lua executable (**default**)</li><li>`luajit`: the LuaJIT executable</li></ul> |
| `extensions` | `[]string` | `*.lua, *.rockspec` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.lua, *.rockspec` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -38,7 +38,6 @@ import Config from "@site/src/components/Config.js";
| `npm_icon` | `string` | `\uE71E` | the icon/text to display when using NPM | | `npm_icon` | `string` | `\uE71E` | the icon/text to display when using NPM |
| `extensions` | `[]string` | `*.js, *.ts, package.json, .nvmrc, pnpm-workspace.yaml, .pnpmfile.cjs, .vue` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.js, *.ts, package.json, .nvmrc, pnpm-workspace.yaml, .pnpmfile.cjs, .vue` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -33,7 +33,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.ml, *.mli, dune, dune-project, dune-workspace` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.ml, *.mli, dune, dune-project, dune-workspace` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.pl, *.pm, *.t, .perl-version` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.pl, *.pm, *.t, .perl-version` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.php, .php-version, composer.json, composer.lock` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.php, .php-version, composer.json, composer.lock` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -27,7 +27,7 @@ import Config from "@site/src/components/Config.js";
## Properties ## Properties
| Name | Type | Default | Description | | Name | Type | Default | Description |
| ---------------------- | :--------: | :---------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ---------------------- | :--------: | :---------------------------------------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `home_enabled` | `boolean` | `false` | display the segment in the HOME folder or not | | `home_enabled` | `boolean` | `false` | display the segment in the HOME folder or not |
| `fetch_virtual_env` | `boolean` | `true` | fetch the name of the virtualenv or not | | `fetch_virtual_env` | `boolean` | `true` | fetch the name of the virtualenv or not |
| `display_default` | `boolean` | `true` | show the name of the virtualenv when it's default (`system`, `base`) or not | | `display_default` | `boolean` | `true` | show the name of the virtualenv when it's default (`system`, `base`) or not |
@ -37,7 +37,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.py, *.ipynb, pyproject.toml, venv.bak` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.py, *.ipynb, pyproject.toml, venv.bak` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
| `folder_name_fallback` | `boolean` | `true` | instead of `default_venv_names` (case sensitive), use the parent folder name as the virtual environment's name or not | | `folder_name_fallback` | `boolean` | `true` | instead of `default_venv_names` (case sensitive), use the parent folder name as the virtual environment's name or not |
| `default_venv_names` | `[]string` | `.venv, venv` | allows to override the list of environment's name replaced when `folder_name_fallback` is `true` | | `default_venv_names` | `[]string` | `.venv, venv` | allows to override the list of environment's name replaced when `folder_name_fallback` is `true` |

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.R, *.Rmd, *.Rsx, *.Rda, *.Rd, *.Rproj, .Rproj.user` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.R, *.Rmd, *.Rsx, *.Rda, *.Rd, *.Rproj, .Rproj.user` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.rb, Rakefile, Gemfile` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.rb, Rakefile, Gemfile` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.rs, Cargo.toml, Cargo.lock` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.rs, Cargo.toml, Cargo.lock` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -26,7 +26,7 @@ import Config from "@site/src/components/Config.js";
## Properties ## Properties
| Name | Type | Default | Description | | Name | Type | Default | Description |
| ---------------------- | :--------: | :----------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ---------------------- | :--------: | :-------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `home_enabled` | `boolean` | `false` | display the segment in the HOME folder or not | | `home_enabled` | `boolean` | `false` | display the segment in the HOME folder or not |
| `fetch_version` | `boolean` | `true` | fetch the swift version | | `fetch_version` | `boolean` | `true` | fetch the swift version |
| `missing_command_text` | `string` | | text to display when the command is missing | | `missing_command_text` | `string` | | text to display when the command is missing |
@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.swift, *.SWIFT, Podfile` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.swift, *.SWIFT, Podfile` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])

View file

@ -34,7 +34,6 @@ import Config from "@site/src/components/Config.js";
| `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes | | `version_url_template` | `string` | | a go [text/template][go-text-template] [template][templates] that creates the URL of the version info / release notes |
| `extensions` | `[]string` | `*.vala` | allows to override the default list of file extensions to validate | | `extensions` | `[]string` | `*.vala` | allows to override the default list of file extensions to validate |
| `folders` | `[]string` | | allows to override the list of folder names to validate | | `folders` | `[]string` | | allows to override the list of folder names to validate |
| `cache_version` | `boolean` | `false` | cache the executable's version or not |
## Template ([info][templates]) ## Template ([info][templates])