Merge ~aieri/juju-lint:bug/1905609 into juju-lint:master

Proposed by Andrea Ieri
Status: Superseded
Proposed branch: ~aieri/juju-lint:bug/1905609
Merge into: juju-lint:master
Diff against target: 13 lines (+1/-1)
1 file modified
contrib/canonical-rules.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Juju Lint maintainers Pending
Review via email: mp+394510@code.launchpad.net

Commit message

Disable linting on auto_peers = True (auto peers is deprecated)
Closes-Bug: #1905609

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Unmerged commits

b0eb188... by Andrea Ieri

Warn on auto_peers = True (auto peers is deprecated)

Closes-Bug: #1905609

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/contrib/canonical-rules.yaml b/contrib/canonical-rules.yaml
2index 0961671..c5df176 100644
3--- a/contrib/canonical-rules.yaml
4+++ b/contrib/canonical-rules.yaml
5@@ -61,7 +61,7 @@ config:
6 gte: 3
7 ntp:
8 auto_peers:
9- eq: true
10+ eq: false
11
12 subordinates:
13 telegraf:

Subscribers

People subscribed via source and target branches