Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Aug 9, 2024
1 parent 4a0e0a1 commit 9e43f86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public static void FindProblems(List<string> csFilesFound)
"ChoosePlatformDatabasesUI.Designer.cs", //allowed because it is a suggestion to user about what prefix to use
"PluginPackagerProgramOptions.cs", //allwed because it's a suggestion to the user about command line arguments
"DocumentationCrossExaminationTest.cs", //allowed because its basically a list of comments that are allowed despite not appearing in the codebase
"ResearchDataManagementPlatformOptions.cs" //allowed because it's an Example
"ResearchDataManagementPlatformOptions.cs", //allowed because it's an Example
"AWSS3BucketReleaseDestination.cs" //allowed as it uses it as a temp file identifier
};


Expand All @@ -43,7 +44,6 @@ public static void FindProblems(List<string> csFilesFound)
"PackOptions.cs",
"PasswordEncryptionKeyLocation.cs",
"ToLoggingDatabaseDataLoadEventListener.cs",
"AWSS3BucketReleaseDestination,cs"
}); //allowed because it's default arguments for CLI

prohibitedStrings.Add("TEST_");
Expand Down

0 comments on commit 9e43f86

Please sign in to comment.