Skip to content

Commit

Permalink
Add complex header to inshpect rules
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 18, 2024
1 parent 76dc68d commit fceb7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .inshpect.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ patterns = [
{ pattern = '\bstd::error_(code|condition|category)\b', include = 'system_error' },
{ pattern = '\bstd::system_error\b', include = 'system_error' },
{ pattern = '\bstd::chrono\b', include = 'chrono' },
{ pattern = '\bstd::complex\b', include = 'complex' },
]

[copyright]
Expand Down

0 comments on commit fceb7c2

Please sign in to comment.