Skip to content

Commit

Permalink
- new bslls-dev-tool
Browse files Browse the repository at this point in the history
 - doc fixes
  • Loading branch information
theshadowco committed Jun 4, 2024
1 parent 81144bd commit 6af057c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id("com.github.ben-manes.versions") version "0.51.0"
id("org.springframework.boot") version "3.2.5"
id("io.spring.dependency-management") version "1.1.5"
id("io.github.1c-syntax.bslls-dev-tools") version "0.7.3"
id("io.github.1c-syntax.bslls-dev-tools") version "0.8.0"
id("ru.vyarus.pom") version "3.0.0"
id("com.gorylenko.gradle-git-properties") version "2.4.2"
id("io.codearte.nexus-staging") version "0.30.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -713,13 +713,13 @@
"$id": "#/definitions/FieldsFromJoinsWithoutIsNull"
},
"FileSystemAccess": {
"description": "FileSystemAccess",
"description": "File system access",
"default": false,
"type": [
"boolean",
"object"
],
"title": "FileSystemAccess",
"title": "File system access",
"properties": {
"globalMethods": {
"description": "Global methods pattern (regex)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
"DeprecatedTypeManagedForm": {
"$ref": "parameters-schema.json#/definitions/DeprecatedTypeManagedForm"
},
"DisableSafeMode": {
"$ref": "parameters-schema.json#/definitions/DisableSafeMode"
},
"DuplicateRegion": {
"$ref": "parameters-schema.json#/definitions/DuplicateRegion"
},
Expand Down Expand Up @@ -239,6 +242,9 @@
"IncorrectUseOfStrTemplate": {
"$ref": "parameters-schema.json#/definitions/IncorrectUseOfStrTemplate"
},
"InternetAccess": {
"$ref": "parameters-schema.json#/definitions/InternetAccess"
},
"InvalidCharacterInFile": {
"$ref": "parameters-schema.json#/definitions/InvalidCharacterInFile"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
diagnosticMessage=Check access to the file system
diagnosticName=FileSystemAccess
diagnosticName=File system access
globalMethods=Global methods pattern (regex)
newExpression=Class names pattern (regex)

0 comments on commit 6af057c

Please sign in to comment.