-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:simgrid/file-system-module
- Loading branch information
Showing
10 changed files
with
41 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# This file is used to scan the project for issues automatically | ||
# Browse the result here: https://sonarcloud.io/organizations/simgrid/projects?sort=-size | ||
|
||
sonar.organization=simgrid | ||
sonar.projectKey=simgrid_file-system-module | ||
sonar.projectName=FSMOD | ||
sonar.projectVersion=0.1 | ||
|
||
sonar.links.scm=https://github.com/simgrid/file-system-module/ | ||
# Comma-separated paths to directories with sources (required) | ||
sonar.sources=src,examples,include,test | ||
|
||
# Replace alternative operator "not" with "!" | ||
# I like it better, so please leave me alone | ||
sonar.issue.ignore.multicriteria.c5a.ruleKey=cpp:S3659 | ||
sonar.issue.ignore.multicriteria.c5a.resourceKey=**/*.cpp | ||
sonar.issue.ignore.multicriteria.c5b.ruleKey=cpp:S3659 | ||
sonar.issue.ignore.multicriteria.c5b.resourceKey=**/*.hpp | ||
|
||
# Exclude our tests from the duplication detection. | ||
# tests are expected to be somehow repetitive | ||
sonar.cpd.exclusions=test/** | ||
|
||
# Encoding of the source files | ||
sonar.sourceEncoding=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters