Skip to content

Commit

Permalink
Add needed 'redundant' checks. (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton authored Feb 17, 2023
1 parent 80418e7 commit aea3f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/.clangd
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ Diagnostics:
- cppcoreguidelines-pro-bounds-pointer-arithmetic
# Huge diff.
- readability-magic-numbers
- cppcoreguidelines-avoid-magic-numbers
# We use short names because we do math. Also, huge diff.
- readability-identifier-length
# Fixing this would be a lot of work.
- bugprone-easily-swappable-parameters
# Huge diff
- misc-non-private-member-variables-in-classes

- cppcoreguidelines-non-private-member-variables-in-classes
# We have many `for` loops that violate this part of the bounds safety profile
- cppcoreguidelines-pro-bounds-constant-array-index
# Large diff; we often `use` an entire namespace.
Expand Down

0 comments on commit aea3f8d

Please sign in to comment.