From 46673f9e16b229796ab25068a5ae2cbce7ef4fb2 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Sun, 13 Feb 2022 03:17:52 +0700 Subject: [PATCH] .rat-excludes: Added exception for DateTimeOffsetUtil because it falls under a different license --- .rat-excludes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 1975068673..c37e28b14f 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -1,4 +1,4 @@ -# Note: these patterns are applied to single files or directories, not full paths +# Note: these patterns are applied to single files or directories, not full paths # coverage/* will ignore any coverage dir, but airflow/www/static/coverage/* will match nothing .rat-excludes @@ -36,4 +36,5 @@ ConcurrentHashSet\.cs NullableAttributes\.cs ConfigurationReloadToken\.cs ConfigurationRoot\.cs -ConfigurationSection\.cs \ No newline at end of file +ConfigurationSection\.cs +DateTimeOffsetUtil\.cs \ No newline at end of file