Skip to content

Commit

Permalink
Merge branch 'webfutureio:master' into dependabot/pip/pdns/keyroller/…
Browse files Browse the repository at this point in the history
…certifi-2023.7.22
  • Loading branch information
Web For Future INC Repo authored Nov 4, 2023
2 parents 8881182 + 8314f12 commit b1ce26e
Show file tree
Hide file tree
Showing 721 changed files with 42,562 additions and 17,390 deletions.
8 changes: 4 additions & 4 deletions .clang-tidy.full
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-*,bugprone-*,concurrency-*,modernize-*,performance-*,portability-*,readability-*,-modernize-use-trailing-return-type,-readability-magic-numbers,-cppcoreguidelines-avoid-magic-numbers'
Checks: 'clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-*,bugprone-*,concurrency-*,modernize-*,performance-*,portability-*,readability-*,-modernize-use-trailing-return-type,-readability-magic-numbers,-cppcoreguidelines-avoid-magic-numbers,-cppcoreguidelines-pro-type-union-access,-cppcoreguidelines-avoid-non-const-global-variables,-cppcoreguidelines-pro-type-vararg'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
Expand Down Expand Up @@ -113,7 +113,7 @@ CheckOptions:
- key: readability-function-size.LineThreshold
value: '4294967295'
- key: bugprone-easily-swappable-parameters.MinimumLength
value: '2'
value: '4'
- key: portability-simd-intrinsics.Suggest
value: 'false'
- key: cppcoreguidelines-pro-bounds-constant-array-index.GslHeader
Expand Down Expand Up @@ -253,7 +253,7 @@ CheckOptions:
- key: modernize-pass-by-value.ValuesOnly
value: 'false'
- key: readability-function-cognitive-complexity.IgnoreMacros
value: 'false'
value: 'true'
- key: modernize-loop-convert.IncludeStyle
value: llvm
- key: cert-str34-c.DiagnoseSignedUnsignedCharComparisons
Expand Down Expand Up @@ -405,7 +405,7 @@ CheckOptions:
- key: modernize-use-noexcept.UseNoexceptFalse
value: 'true'
- key: readability-function-cognitive-complexity.Threshold
value: '25'
value: '75'
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: 'true'
- key: bugprone-argument-comment.IgnoreSingleArgument
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ assignees: ''

<!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate -->
<!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) -->
<!-- Before filing your ticket, please read our 'out in the open' support policy at https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/ -->
- [ ] This is not a support question, I have read [about opensource](https://www.powerdns.com/opensource.html) and will send support questions to the IRC channel, [Github Discussions](https://github.com/PowerDNS/pdns/discussions/) or the mailing list.
- [ ] I have read and understood the ['out in the open' support policy](https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/)

<!-- Tell us what is issue is about -->
- Program: Authoritative, Recursor, dnsdist <!-- delete the ones that do not apply -->
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/spell-check/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ batchmode
baz
bbnew
bbold
bbr
bbsv
bccaf
bdr
Expand Down Expand Up @@ -427,7 +428,6 @@ checkrr
checkzone
chgrp
childstat
chkconfig
chmod
chown
chr
Expand Down Expand Up @@ -830,6 +830,7 @@ dontdrop
dontinclude
dontqueries
DONTWAIT
DOQ
doquery
dosec
dotests
Expand Down Expand Up @@ -2548,7 +2549,6 @@ PBpq
pbtag
pcall
PCDNSSEC
PCKS
PCmissing
pcomp
pcount
Expand Down Expand Up @@ -3548,7 +3548,7 @@ tcpavgqueriesperconnection
tcpbench
tcpbytesanswered
tcpclient
tcpclientimeouts
tcpclienttimeouts
tcpclientthreads
tcpcurrentconnections
tcpdiedreaddingresponse
Expand Down
Loading

0 comments on commit b1ce26e

Please sign in to comment.