File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,8 @@ static auto id_keyword(const std::string &base_dialect) -> std::string {
62
62
auto sourcemeta::core::identify (
63
63
const sourcemeta::core::JSON &schema, const SchemaResolver &resolver,
64
64
const SchemaIdentificationStrategy strategy,
65
- const std::optional<std::string>
66
- &default_dialect, // NOLINT(bugprone-easily-swappable-parameters)
67
- const std::optional<std::string>
68
- &default_id) // NOLINT(bugprone-easily-swappable-parameters)
65
+ const std::optional<std::string> &default_dialect,
66
+ const std::optional<std::string> &default_id)
69
67
-> std::optional<std::string> {
70
68
std::optional<std::string> maybe_base_dialect;
71
69
Original file line number Diff line number Diff line change @@ -620,7 +620,6 @@ auto URI::relative_to(const URI &base) -> URI & {
620
620
return *this ;
621
621
}
622
622
623
- // NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
624
623
auto URI::rebase (const URI &base, const URI &new_base) -> URI & {
625
624
this ->relative_to (base);
626
625
if (!this ->is_relative ()) {
You can’t perform that action at this time.
0 commit comments