Explorar el Código

PULL_REQUEST_TEMPLATE: removed fastlane lint since it's a buildphase now

Carola Nitz hace 6 años
padre
commit
14c6c8f49d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -2,7 +2,7 @@
 
 ### Checklist
 - [ ] I've run `bundle exec fastlane test` from the root directory to see all new and existing tests pass
-- [ ] I've followed the [vlc-ios code style](Docs/CodingStyle.md) and run `bundle exec fastlane lint` to ensure the code style is valid
+- [ ] I've followed the [vlc-ios code style](Docs/CodingStyle.md)
 - [ ] I've read the [Contribution Guidelines](https://github.com/videolan/vlc-ios#contribute)
 - [ ] I've updated the documentation if necessary.