-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for Brain Computer Interface (BCI)
- Loading branch information
1 parent
65549b3
commit e17f56e
Showing
603 changed files
with
3,611,286 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[*.cs] | ||
|
||
# CS4014: Because this call is not awaited, execution of the current method continues before the call is completed | ||
dotnet_diagnostic.CS4014.severity = suggestion | ||
|
||
# CS0067: The event 'ACATConfigMainForm.EvtLanguageChanged' is never used | ||
dotnet_diagnostic.CS0067.severity = suggestion | ||
|
||
root = true | ||
|
||
[*.{cs,vb}] | ||
dotnet_diagnostic.IDE1006.severity=silent | ||
dotnet_diagnostic.IDE0019.severity=silent | ||
dotnet_diagnostic.IDE0020.severity=silent | ||
dotnet_diagnostic.IDE0038.severity=silent | ||
dotnet_diagnostic.IDE0060.severity=silent |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.