| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bf7d7ae commit 1fc8ede
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,15 +5,19 @@ Checks: '-*, | |||
| 5 | 5 | modernize-deprecated-headers, | |
| 6 | 6 | modernize-make-unique, | |
| 7 | 7 | modernize-make-shared, | |
| 8 | + modernize-raw-string-literal, | ||
| 8 | 9 | modernize-redundant-void-arg, | |
| 9 | 10 | modernize-replace-random-shuffle, | |
| 10 | 11 | modernize-shrink-to-fit, | |
| 12 | + modernize-use-default-member-init, | ||
| 11 | 13 | modernize-use-bool-literals, | |
| 12 | 14 | modernize-use-emplace, | |
| 13 | 15 | modernize-use-equals-default, | |
| 14 | 16 | modernize-use-nullptr, | |
| 15 | 17 | modernize-use-override, | |
| 18 | + modernize-use-starts-ends-with, | ||
| 16 | 19 | performance-faster-string-find, | |
| 20 | + performance-implicit-conversion-in-loop, | ||
| 17 | 21 | # performance-unnecessary-value-param, see https://github.com/nodejs/node/pull/26042 | |
| 18 | 22 | readability-delete-null-pointer, ' | |
| 19 | 23 | WarningsAsErrors: '' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments