mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
refactor: move Dalamud.Interface utils into main assembly, warnings pass
This commit is contained in:
parent
758ae7c097
commit
02e1f2502e
80 changed files with 394 additions and 303 deletions
|
|
@ -35,7 +35,7 @@ dotnet_naming_rule.private_instance_fields_rule.severity = warning
|
|||
dotnet_naming_rule.private_instance_fields_rule.style = lower_camel_case_style
|
||||
dotnet_naming_rule.private_instance_fields_rule.symbols = private_instance_fields_symbols
|
||||
dotnet_naming_rule.private_static_fields_rule.severity = warning
|
||||
dotnet_naming_rule.private_static_fields_rule.style = upper_camel_case_style
|
||||
dotnet_naming_rule.private_static_fields_rule.style = lower_camel_case_style
|
||||
dotnet_naming_rule.private_static_fields_rule.symbols = private_static_fields_symbols
|
||||
dotnet_naming_rule.private_static_readonly_rule.severity = warning
|
||||
dotnet_naming_rule.private_static_readonly_rule.style = upper_camel_case_style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue