mirror of
https://github.com/ansible-community/awesome-ansible.git
synced 2024-10-01 11:49:27 -04:00
Allow Temporary Redirets (302)
This commit is contained in:
parent
82e9175a61
commit
bf98463989
@ -8,5 +8,5 @@ before_script:
|
|||||||
- gem install mdl
|
- gem install mdl
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- awesome_bot README.md --allow-dupe # Allow duplicate links
|
- awesome_bot README.md --allow-dupe --allow 302 # Allow duplicate links and "Moved Temporarily" Redirects
|
||||||
- mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules
|
- mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules
|
||||||
|
Loading…
Reference in New Issue
Block a user