Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Dec 13, 2023
1 parent 6f6a561 commit 8907094
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ csharp_space_between_method_call_parameter_list_parentheses = false
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
csharp_space_between_method_declaration_name_and_open_parenthesis = false
csharp_space_between_method_declaration_parameter_list_parentheses = false
csharp_space_between_parentheses = none
csharp_space_between_square_brackets = false

csharp_style_conditional_delegate_call = true:warning
Expand Down Expand Up @@ -116,7 +115,6 @@ csharp_using_directive_placement = outside_namespace:warning
# .NET Coding Conventions #
###############################

[*.{cs,vb}]
dotnet_analyzer_diagnostic.severity = warning

Check warning on line 118 in .editorconfig

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Unknown property

The property is not supported

dotnet_code_quality.ca3003.excluded_symbol_names = BotController

Check warning on line 120 in .editorconfig

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Unknown property

The property is not supported
Expand Down Expand Up @@ -232,7 +230,7 @@ dotnet_style_require_accessibility_modifiers = always:warning
# JetBrains, IntelliJ/Rider #
###############################

[*.{csproj,props,xml}]
[*.{csproj,props,resx,xml}]
ij_xml_keep_blank_lines = 1

Check warning on line 234 in .editorconfig

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Unknown property

The property is not supported
ij_xml_keep_line_breaks = false

Check warning on line 235 in .editorconfig

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Unknown property

The property is not supported
ij_xml_keep_line_breaks_in_text = false

Check warning on line 236 in .editorconfig

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Unknown property

The property is not supported
Expand Down
2 changes: 1 addition & 1 deletion ArchiSteamFarm/overlay/all/Changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>ASF Changelog</title>
<meta content="0; url=https://github.com/JustArchiNET/ArchiSteamFarm/commits/main" http-equiv="refresh">
Expand Down
2 changes: 1 addition & 1 deletion ArchiSteamFarm/overlay/all/ConfigGenerator.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>ASF Config Generator</title>
<meta content="0; url=https://justarchinet.github.io/ASF-WebConfigGenerator" http-equiv="refresh">
Expand Down
2 changes: 1 addition & 1 deletion ArchiSteamFarm/overlay/all/Manual.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>ASF Manual</title>
<meta content="0; url=https://github.com/JustArchiNET/ArchiSteamFarm/wiki" http-equiv="refresh">
Expand Down
2 changes: 1 addition & 1 deletion ArchiSteamFarm/overlay/all/UI.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>ASF UI</title>
<meta content="0; url=http://localhost:1242" http-equiv="refresh">
Expand Down

0 comments on commit 8907094

Please sign in to comment.