From 5439e696d826b1dee10c394e232eafd418113e79 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:02:59 +0000 Subject: [PATCH 1/2] Initial plan From 98bf5f184f5683435ca3370d1c0a7840571fef1a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:08:02 +0000 Subject: [PATCH 2/2] Remove markdownlint-disable comments and update config to enable linting Co-authored-by: krwq <660048+krwq@users.noreply.github.com> --- .markdownlint.json | 5 ++++- README.md | 1 - src/devices/Device-Index.md | 2 -- src/devices/README.md | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 0b6826ae58..1fca35cd4c 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,5 +1,8 @@ { + "MD012": false, "MD013": false, "MD033": false, - "MD059": false + "MD041": false, + "MD059": false, + "MD060": false } diff --git a/README.md b/README.md index 826a93f65c..e28ad4abf2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/iot) [![Discord](https://img.shields.io/discord/755370044946513932?label=Discord)](https://discord.gg/kqWhBbj) diff --git a/src/devices/Device-Index.md b/src/devices/Device-Index.md index 60ed29f45f..750348d4f5 100755 --- a/src/devices/Device-Index.md +++ b/src/devices/Device-Index.md @@ -1,5 +1,3 @@ - - # Alphabetical Device Index diff --git a/src/devices/README.md b/src/devices/README.md index 21305657a7..a998fb3772 100755 --- a/src/devices/README.md +++ b/src/devices/README.md @@ -1,5 +1,3 @@ - - # Device Bindings This directory is intended for device bindings, sensors, displays, human interface devices and anything else that requires software to control. We want to establish a rich set of quality .NET bindings to make it straightforward to use .NET to connect devices together to produce weird and wonderful IoT applications.