Skip to content

Commit

Permalink
выключено по умолчанию
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Oct 14, 2023
1 parent c9d7527 commit be17b03
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
tags = {
DiagnosticTag.SUSPICIOUS
},
scope = DiagnosticScope.BSL
scope = DiagnosticScope.BSL,
activatedByDefault = false
)
public class FileSystemAccessDiagnostic extends AbstractFindMethodDiagnostic {
public static final String NEW_EXPRESSION = "File|Файл|xBase|HTMLWriter|ЗаписьHTML|HTMLReader|ЧтениеHTML" +
Expand Down Expand Up @@ -76,7 +77,7 @@ public class FileSystemAccessDiagnostic extends AbstractFindMethodDiagnostic {

@DiagnosticParameter(
type = String.class,
defaultValue = "" + GLOBAL_METHODS
defaultValue = GLOBAL_METHODS
)
private String globalMethods = GLOBAL_METHODS;

Expand Down

0 comments on commit be17b03

Please sign in to comment.