File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: MIT
44
55---
6+ # yamllint disable-line rule:line-length
7+ # yaml-language-server: $schema=https://raw.githubusercontent.com/oxsecurity/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json
8+
69# Configuration file for MegaLinter
710# See all available variables at https://megalinter.github.io/configuration/ and in linters documentation
811
@@ -26,5 +29,11 @@ XML_XMLLINT_FILE_EXTENSIONS:
2629 - .csproj
2730 - .props
2831 - .pubxml
32+ - .targets
33+ - .wixproj
34+ - .wxs
2935# Exclude verbatim copies of external sources that are not under our control.
30- FILTER_REGEX_EXCLUDE : COPYING\.md|LICENSES/
36+ # Also exclude auto-generated files.
37+ FILTER_REGEX_EXCLUDE : COPYING\.md|LICENSE\.txt|LICENSES/|global.json|dotnet-tools.json
38+ # Exclude additional binary files not already excluded by default.
39+ EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE : (\.snk$)
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ SPDX-License-Identifier: MIT
66
77# dotnet-xmss
88
9- [ ![ Build] ( https://github.com/dorssel/dotnet-xmss/workflows/Build /badge.svg?branch=master )] ( https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ABuild+branch%3Amaster )
10- [ ![ CodeQL] ( https://github.com/dorssel/dotnet-xmss/workflows/CodeQL /badge.svg?branch=master )] ( https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ACodeQL+branch%3Amaster )
11- [ ![ MegaLinter] ( https://github.com/dorssel/dotnet-xmss/workflows/MegaLinter /badge.svg?branch=master )] ( https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3AMegaLinter +branch%3Amaster )
12- [ ![ codecov ] ( https://codecov.io/gh/dorssel/dotnet-xmss/branch/master/graph/badge.svg?token=8alCQveCnj )] ( https://codecov.io/gh/dorssel/dotnet-xmss )
9+ [ ![ Build] ( https://github.com/dorssel/dotnet-xmss/actions/ workflows/dotnet.yml /badge.svg?branch=master )] ( https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ABuild+branch%3Amaster )
10+ [ ![ CodeQL] ( https://github.com/dorssel/dotnet-xmss/actions/ workflows/codeql.yml /badge.svg?branch=master )] ( https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ACodeQL+branch%3Amaster )
11+ [ ![ MegaLinter] ( https://github.com/dorssel/dotnet-xmss/actions/ workflows/lint.yml /badge.svg?branch=master )] ( https://github.com/dorssel/dotnet-xmss/actions?query=workflow%3ALint +branch%3Amaster )
12+ [ ![ Codecov ] ( https://codecov.io/gh/dorssel/dotnet-xmss/branch/master/graph/badge.svg?token=8alCQveCnj )] ( https://codecov.io/gh/dorssel/dotnet-xmss )
1313[ ![ REUSE status] ( https://api.reuse.software/badge/github.com/dorssel/dotnet-xmss )] ( https://api.reuse.software/info/github.com/dorssel/dotnet-xmss )
1414
1515.NET Standard 2.0 implementation of XMSS and XMSS-MT, as defined by:
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.100 " ,
3+ "version" : " 9.0.101 " ,
44 "allowPrerelease" : false ,
55 "rollForward" : " latestFeature"
66 }
You can’t perform that action at this time.
0 commit comments