DeSinc / SallyBot

AI Chatbot coded in Discord.net C#
MIT License
299 stars 51 forks source link

Missing .editorconfig #7

Closed nmbro closed 1 year ago

nmbro commented 1 year ago

While not causing any issues, it looks like you could have included a .editorconfig with your repository.

Usually helps if people contribute to your code.

https://github.com/DeSinc/SallyBot/blob/c87b5b529268293152269e9ca1057248bd0ff8b5/sallybot.csproj#L12

DeSinc commented 1 year ago

not sure where this file is, I have one that's in my build in the debug folder but don't think it's the one you need

nmbro commented 1 year ago

@DeSinc so ..\.editorconfig would mean that it's in the folder above your SallyBot directory - could you check there?

DeSinc commented 1 year ago

Ah here it is

[*.cs]

# CS4014: Because this call is not awaited, execution of the current method continues before the call is completed
dotnet_diagnostic.CS4014.severity = silent

# IDE0028: Simplify collection initialization
dotnet_style_collection_initializer = true

Where would I upload it in the github since it's meant to be in the folder above?

ahh whatever I just added the file to the repo