-
Notifications
You must be signed in to change notification settings - Fork 93
Added tasks 371, 372, 373 #120
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
Conversation
Error: src/main/java/g0301_0400/s0373_find_k_pairs_with_smallest_sums/Solution.java:[24,32] (naming) MethodName: Method name 'kSmallestPairs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'.
Please rename methods to the ksmallestPairs
.
Error: src/main/java/g0301_0400/s0372_super_pow/Solution.java:[6,30] (naming) ConstantName: Name 'mod' must match pattern '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.
Please rename constant to MOD
.
Please fix sonar warnings.
Kudos, SonarCloud Quality Gate passed! Quality Gate passed
Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells
LGTM
No description provided.