-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(contributor): contributors readme action update #472
Conversation
@gstraccini csharpier |
Running CSharpier on this branch! 🔧 |
✅ CSharpier result:
|
Infisical secrets check: ✅ No secrets leaked! Scan results:
|
public static async Task<T> AliasAsync<T>( | ||
this T index, | ||
string alias, | ||
string indexName = null |
Check warning
Code scanning / Sonarcsharp (reported by Codacy)
Use the overloading mechanism instead of the optional parameters. Warning
new AddAction() { Index = indexName, Alias = alias } | ||
) | ||
aliases.Actions(actions => | ||
actions.Add(new AddAction() { Index = indexName, Alias = alias }) |
Check warning
Code scanning / Sonarcsharp (reported by Codacy)
Remove these redundant parentheses. Warning
Quality Gate failedFailed conditions |
❌ Build CrispyWaffle 7.0.169 failed (commit 7d224506ab by @) |
No description provided.