Skip to content

Commit d339689

Browse files
paulirwinclaude
andcommitted
Strip UTF-8 BOM from ApiCheck source files
CI's EditorConfig check failed with "Wrong character encoding (UTF-8-SIG instead of utf-8)" on seven files that were committed with a byte-order mark. The repo's .editorconfig requires charset = utf-8 (no BOM). Remove the BOM from each; no other content changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eb7bec1 commit d339689

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Lucene.Net/Support/Reflection/LuceneBaseTypeDifferenceAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace Lucene.Net.Reflection
44
{

src/Lucene.Net/Support/Reflection/LuceneInterfaceDifferenceAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace Lucene.Net.Reflection
44
{

src/Lucene.Net/Support/Reflection/LuceneModifierDifferenceAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace Lucene.Net.Reflection
44
{

src/dotnet/Lucene.Net.ApiCheck/Extensions/FieldInfoExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Licensed to the Apache Software Foundation (ASF) under one or more
33
* contributor license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright ownership.

src/dotnet/Lucene.Net.ApiCheck/Extensions/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Licensed to the Apache Software Foundation (ASF) under one or more
33
* contributor license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright ownership.

src/dotnet/Lucene.Net.ApiCheck/Models/Diff/MemberReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Licensed to the Apache Software Foundation (ASF) under one or more
33
* contributor license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright ownership.

src/dotnet/Lucene.Net.ApiCheck/Models/Diff/ModifierSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Licensed to the Apache Software Foundation (ASF) under one or more
33
* contributor license agreements. See the NOTICE file distributed with
44
* this work for additional information regarding copyright ownership.

0 commit comments

Comments
 (0)