Skip to content

Commit

Permalink
Fix .mega-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler committed Jul 18, 2024
1 parent 15f32ca commit 2934653
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DISABLE_ERRORS_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK # Make non-blocking due to network timeouts etc.
DISABLE_LINTERS:
- REPOSITORY_TRIVY # this linter seems currently broken, so we disable it here for now
CC_CPPLINT_ARGUMENTS: --verbose=2
C_CPPLINT_ARGUMENTS: --verbose=2
CPP_CPPLINT_ARGUMENTS: --verbose=2
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false
Expand Down
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Files: cla_*.txt czicompress/CMakeSettings.json CODE_OF_CONDUCT.md CONTRIBUTING.
Copyright: 2023 Carl Zeiss Microscopy GmbH
License: MIT

Files: .github/* .gitignore .gitattributes czicompress/.editorconfig czicompress/.runsettings czicompress/CPPLINT.cfg czicompress/.clang-format
Files: .github/* .gitignore .gitattributes czicompress/.editorconfig czicompress/.runsettings czicompress/CPPLINT.cfg czicompress/.clang-format .vscode/*
Copyright: 2023 Carl Zeiss Microscopy GmbH
License: CC0-1.0

Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json": [
".mega-linter.yml"
]
}
}

0 comments on commit 2934653

Please sign in to comment.