-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency yamllint to v1.35.1 #3
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/yamllint-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
October 26, 2020 08:53
99c96bf
to
b47c07d
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.24.2
Update dependency yamllint to v1.25.0
Oct 26, 2020
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
January 30, 2021 16:53
b47c07d
to
5b85408
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.25.0
Update dependency yamllint to v1.26.0
Jan 30, 2021
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
April 26, 2021 13:40
5b85408
to
3c67e13
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.26.0
Update dependency yamllint to v1.26.1
Apr 26, 2021
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
October 18, 2021 15:58
3c67e13
to
5927890
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.26.1
Update dependency yamllint to v1.26.3
Oct 18, 2021
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
September 25, 2022 12:32
5927890
to
b1926db
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.26.3
Update dependency yamllint to v1.28.0
Sep 25, 2022
renovate
bot
changed the title
Update dependency yamllint to v1.28.0
Update dependency yamllint to v1.29.0
Mar 18, 2023
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
March 18, 2023 16:09
b1926db
to
74e9ca4
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.29.0
Update dependency yamllint to v1.30.0
Mar 24, 2023
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
March 24, 2023 17:46
74e9ca4
to
2458496
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.30.0
Update dependency yamllint to v1.32.0
May 29, 2023
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
May 29, 2023 21:48
2458496
to
745b669
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.32.0
Update dependency yamllint to v1.33.0
Nov 10, 2023
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
November 10, 2023 08:25
745b669
to
6cd1090
Compare
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
February 7, 2024 02:13
6cd1090
to
2178b7c
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.33.0
Update dependency yamllint to v1.34.0
Feb 7, 2024
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
February 16, 2024 02:29
2178b7c
to
bb1d1d5
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.34.0
Update dependency yamllint to v1.35.0
Feb 16, 2024
renovate
bot
force-pushed
the
renovate/yamllint-1.x
branch
from
February 17, 2024 05:52
bb1d1d5
to
eefaff9
Compare
renovate
bot
changed the title
Update dependency yamllint to v1.35.0
Update dependency yamllint to v1.35.1
Feb 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.23.0
->==1.35.1
Release Notes
adrienverge/yamllint (yamllint)
v1.35.1
Compare Source
v1.35.0
Compare Source
linter.run(stream, config)
doesn't filter files anymorev1.34.0
Compare Source
ignore-from-file
inside rulesquoted-strings
: fixonly-when-needed
in flow maps and sequenceskey-duplicates
: addforbid-duplicated-merge-keys
optionquoted-strings
: addcheck-keys
optiontruthy
: adapt forbidden values based on YAML versionv1.33.0
Compare Source
document-end
: fix spurious "missing document end"empty-values
: addforbid-in-block-sequences
optionv1.32.0
Compare Source
anchors
: add new optionforbid-unused-anchors
v1.31.0
Compare Source
setup.py
topyproject.toml
colons
: prevent error when space before is mandatoryv1.30.0
Compare Source
anchors
: add new rule to detect undeclared or duplicated anchorsis_file_ignored()
with nullfilepath
v1.29.0
Compare Source
float-values
: fix bug on strings containing fordidden valuesindentation
: fixindent-sequences
in nested collectionsdisable-line
and parser errors, give a workaroundignore
configuration--list-files
command line optionv1.28.0
Compare Source
__future__
imports specific to Python 2object
specific to Python 2quoted-strings
: addallow-quoted-quotes
optionignore-from-file
in configv1.27.1
Compare Source
key-duplicates
for old PyYAML versionsv1.27.0
Compare Source
--format=auto
logiccomments
: allow whitespace after the shebang markerkey-duplicates
: don't crash on redundant closing brackets or bracesrstcheck
to lint documentation on the CIoctal-values
: pre-compile regex for performancenew-lines
: add thetype: platform
config optionfloat-values
v1.26.3
Compare Source
setuptools
for Python < 3.8v1.26.2
Compare Source
python_requires
to comply with PEP 345 and PEP 440v1.26.1
Compare Source
setuptools
for Python < 3.8line_length
to skip all hash signs starting commentv1.26.0
Compare Source
forbid: non-empty
option tobraces
andbrackets
rulesquoted-strings
for explicit octal recognitionpython setup.py test
in testsv1.25.0
Compare Source
commas
examplessetup.py
tosetup.cfg
yaml-files
octal-values
to prevent detection of8
and9
as octal valuesquoted-strings
Fix detecting strings with hashtag as requiring quotesforbid
configuration to thebraces
andbrackets
rulessetuptools
--format github
)v1.24.2
Compare Source
locale
config option and makekey-ordering
locale-awarev1.24.1
Compare Source
locale
config option from version 1.24.0 because of a bugv1.24.0
Compare Source
YAMLLINT_CONFIG_FILE
new-lines
andrequire-starting-space
locale
config option and makekey-ordering
locale-awareConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.