Skip to content

Commit 5a0df7a

Browse files
CopilotMalcolmnixon
andcommitted
Fix lint errors: YAML blank line and file encoding
- Remove trailing blank line from requirements.yaml - Add UTF-8 BOM to all test files (AssemblyInfo, ContextTests, IntegrationTests, ProgramTests, Runner) - Fix line endings to LF in test files via dotnet format - All linting now passes (markdown, spelling, YAML, code formatting) - All 25 tests still pass Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 0109e69 commit 5a0df7a

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

requirements.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,3 @@ sections:
123123
- "dotnet10.x@IntegrationTest_VersionFlag_OutputsVersion"
124124
- "dotnet10.x@IntegrationTest_HelpFlag_OutputsUsageInformation"
125125
- "dotnet10.x@IntegrationTest_ValidateFlag_RunsValidation"
126-

test/DemaConsulting.TemplateDotNetTool.Tests/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) DEMA Consulting
1+
// Copyright (c) DEMA Consulting
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

test/DemaConsulting.TemplateDotNetTool.Tests/ContextTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) DEMA Consulting
1+
// Copyright (c) DEMA Consulting
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

test/DemaConsulting.TemplateDotNetTool.Tests/IntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) DEMA Consulting
1+
// Copyright (c) DEMA Consulting
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

test/DemaConsulting.TemplateDotNetTool.Tests/ProgramTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) DEMA Consulting
1+
// Copyright (c) DEMA Consulting
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

test/DemaConsulting.TemplateDotNetTool.Tests/Runner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) DEMA Consulting
1+
// Copyright (c) DEMA Consulting
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)