-
Notifications
You must be signed in to change notification settings - Fork 158
[Spotless] Applying Google Code Format for common #7 #1940
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
[Spotless] Applying Google Code Format for common #7 #1940
Conversation
"%\\{" | ||
+ "(?<name>" | ||
+ "(?<pattern>[A-z0-9]+)" | ||
+ "(?::(?<subname>[A-z0-9_:;,\\-\\/\\s\\.']+))?" | ||
+ ")" | ||
+ "(?:=(?<definition>" | ||
+ "(?:" | ||
+ "(?:[^{}]+|\\.+)+" | ||
+ ")+" | ||
+ ")" | ||
+ ")?" | ||
+ "\\}"); |
Check failure
Code scanning / CodeQL
Inefficient regular expression
"%\\{" | ||
+ "(?<name>" | ||
+ "(?<pattern>[A-z0-9]+)" | ||
+ "(?::(?<subname>[A-z0-9_:;,\\-\\/\\s\\.']+))?" | ||
+ ")" | ||
+ "(?:=(?<definition>" | ||
+ "(?:" | ||
+ "(?:[^{}]+|\\.+)+" | ||
+ ")+" | ||
+ ")" | ||
+ ")?" | ||
+ "\\}"); |
Check failure
Code scanning / CodeQL
Inefficient regular expression
"%\\{" | ||
+ "(?<name>" | ||
+ "(?<pattern>[A-z0-9]+)" | ||
+ "(?::(?<subname>[A-z0-9_:;,\\-\\/\\s\\.']+))?" | ||
+ ")" | ||
+ "(?:=(?<definition>" | ||
+ "(?:" | ||
+ "(?:[^{}]+|\\.+)+" | ||
+ ")+" | ||
+ ")" | ||
+ ")?" | ||
+ "\\}"); |
Check warning
Code scanning / CodeQL
Overly permissive regular expression range
"%\\{" | ||
+ "(?<name>" | ||
+ "(?<pattern>[A-z0-9]+)" | ||
+ "(?::(?<subname>[A-z0-9_:;,\\-\\/\\s\\.']+))?" | ||
+ ")" | ||
+ "(?:=(?<definition>" | ||
+ "(?:" | ||
+ "(?:[^{}]+|\\.+)+" | ||
+ ")+" | ||
+ ")" | ||
+ ")?" | ||
+ "\\}"); |
Check warning
Code scanning / CodeQL
Overly permissive regular expression range
Codecov Report
@@ Coverage Diff @@
## main #1940 +/- ##
=========================================
Coverage 97.51% 97.51%
Complexity 4657 4657
=========================================
Files 408 408
Lines 11933 11933
Branches 829 829
=========================================
Hits 11637 11637
Misses 289 289
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
eaea0e9
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
dee7452
to
baacd66
Compare
…ect#1940) * Spotless apply for common directory. Signed-off-by: Mitchell Gale <[email protected]> * Igoring checkstyle for common Signed-off-by: Mitchell Gale <[email protected]> * Spotless apply on string utils, Signed-off-by: Mitchell Gale <[email protected]> * Typo fix Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Mitchell Gale <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]>
…ect#1940) * Spotless apply for common directory. Signed-off-by: Mitchell Gale <[email protected]> * Igoring checkstyle for common Signed-off-by: Mitchell Gale <[email protected]> * Spotless apply on string utils, Signed-off-by: Mitchell Gale <[email protected]> * Typo fix Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Mitchell Gale <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]>
…ect#1940) * Spotless apply for common directory. Signed-off-by: Mitchell Gale <[email protected]> * Igoring checkstyle for common Signed-off-by: Mitchell Gale <[email protected]> * Spotless apply on string utils, Signed-off-by: Mitchell Gale <[email protected]> * Typo fix Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Mitchell Gale <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]>
Description
Applies spotless for Google Java Code Format for the common directory.
Note: #889 for the codeql bot comments below.
Issues Resolved
#1101
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.