From b9380cc1618d59689fa76c4f00226c83b0b9fa6c Mon Sep 17 00:00:00 2001 From: Paul Koudelka Date: Wed, 1 Apr 2026 09:59:17 +0200 Subject: [PATCH] clean up of comments --- app/MindWork AI Studio/Tools/Rust/FileTypes.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/MindWork AI Studio/Tools/Rust/FileTypes.cs b/app/MindWork AI Studio/Tools/Rust/FileTypes.cs index 789eb7d6..44eabd4d 100644 --- a/app/MindWork AI Studio/Tools/Rust/FileTypes.cs +++ b/app/MindWork AI Studio/Tools/Rust/FileTypes.cs @@ -9,10 +9,7 @@ namespace AIStudio.Tools.Rust; public static class FileTypes { private static string TB(string fallbackEn) => I18N.I.T(fallbackEn, typeof(FileTypeFilter).Namespace, nameof(FileTypeFilter)); - - // Keep SOURCE_LIKE in the same leaf style as the other file types. - // These values are not sufficient for Dockerfile-style files without extensions, - // therefore IsAllowedSourceLikeFileName is still required for real matching. + public static readonly FileTypeFilter SOURCE_LIKE_FILE_NAMES = FileTypeFilter.Leaf(TB("Source like"), "Dockerfile", "Containerfile", "Jenkinsfile", "Makefile", "GNUmakefile", "Procfile", "Vagrantfile", "Tiltfile", "Justfile", "Brewfile", "Caddyfile", "Gemfile", "Podfile", "Fastfile", "Appfile", "Rakefile", "Dangerfile",