Skip to content

Commit

Permalink
Updated StyleGuide (#5004)
Browse files Browse the repository at this point in the history
  • Loading branch information
coot authored Oct 29, 2024
1 parent 18b4a3e commit 8b23d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/StyleGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ the rules below, it is good practice to update the code's style to match them.
-Widentities
-Wredundant-constraints
-Wmissing-export-lists
-Wunused-packages
-Wno-unticked-promoted-constructors
```

Expand Down Expand Up @@ -1053,7 +1054,7 @@ the rules below, it is good practice to update the code's style to match them.
foo = foo_
```

Without the extra wrapper `foo`, the call stack would only start at `_foo`,
Without the extra wrapper `foo`, the call stack would only start at `foo_`,
which is rather useless.

22. __Ambiguous types__: we avoid `AllowAmbiguousTypes`. Instead, we add a
Expand Down

0 comments on commit 8b23d82

Please sign in to comment.