Allow Temporary Redirets (302)

This commit is contained in:
KeyboardInterrupt 2020-03-03 21:40:17 +01:00
parent 82e9175a61
commit bf98463989

View File

@ -8,5 +8,5 @@ before_script:
- gem install mdl
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