Skip to content

Commit

Permalink
Merge pull request #411 from Aguafrommars/master
Browse files Browse the repository at this point in the history
preview 2.3.0
  • Loading branch information
aguacongas authored Apr 3, 2021
2 parents 2fe4b98 + cecb459 commit 3cd43fd
Show file tree
Hide file tree
Showing 255 changed files with 13,356 additions and 1,190 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/[email protected]
with:
dotnet-version: '5.0.103'
dotnet-version: '5.0.200'
# Run update depencies script
- name: Update dependencies
run: ./update-dependencies.ps1
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/maintain-2.0.0.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .sonarlint/TheIdServer.slconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"ServerUri": "https://sonarcloud.io/",
"Organization": {
"Key": "aguacongas",
"Name": "Olivier Lefebvre"
},
"ProjectKey": "aguacongas_TheIdServer",
"ProjectName": "TheIdServer",
"Profiles": {
"CSharp": {
"ProfileKey": "AW8e9NVJZPoDbtkGSYCm",
"ProfileTimestamp": "2021-03-03T08:15:42Z"
}
}
}
89 changes: 89 additions & 0 deletions .sonarlint/aguacongas_theidserver/CSharp/SonarLint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="utf-8"?>
<AnalysisInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Settings>
<Setting>
<Key>sonar.cs.analyzeGeneratedCode</Key>
<Value>false</Value>
</Setting>
<Setting>
<Key>sonar.cs.file.suffixes</Key>
<Value>.cs</Value>
</Setting>
<Setting>
<Key>sonar.cs.ignoreHeaderComments</Key>
<Value>true</Value>
</Setting>
<Setting>
<Key>sonar.cs.roslyn.ignoreIssues</Key>
<Value>false</Value>
</Setting>
</Settings>
<Rules>
<Rule>
<Key>S107</Key>
<Parameters>
<Parameter>
<Key>max</Key>
<Value>7</Value>
</Parameter>
</Parameters>
</Rule>
<Rule>
<Key>S110</Key>
<Parameters>
<Parameter>
<Key>max</Key>
<Value>5</Value>
</Parameter>
</Parameters>
</Rule>
<Rule>
<Key>S1479</Key>
<Parameters>
<Parameter>
<Key>maximum</Key>
<Value>30</Value>
</Parameter>
</Parameters>
</Rule>
<Rule>
<Key>S2342</Key>
<Parameters>
<Parameter>
<Key>flagsAttributeFormat</Key>
<Value>^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$</Value>
</Parameter>
<Parameter>
<Key>format</Key>
<Value>^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?$</Value>
</Parameter>
</Parameters>
</Rule>
<Rule>
<Key>S2436</Key>
<Parameters>
<Parameter>
<Key>max</Key>
<Value>2</Value>
</Parameter>
<Parameter>
<Key>maxMethod</Key>
<Value>3</Value>
</Parameter>
</Parameters>
</Rule>
<Rule>
<Key>S3776</Key>
<Parameters>
<Parameter>
<Key>propertyThreshold</Key>
<Value>3</Value>
</Parameter>
<Parameter>
<Key>threshold</Key>
<Value>15</Value>
</Parameter>
</Parameters>
</Rule>
</Rules>
</AnalysisInput>
Loading

0 comments on commit 3cd43fd

Please sign in to comment.