This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 46673f9e16b229796ab25068a5ae2cbce7ef4fb2 Author: Shad Storhaug <[email protected]> AuthorDate: Sun Feb 13 03:17:52 2022 +0700 .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 1975068..c37e28b 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
