Commit Graph

3 Commits

Author SHA1 Message Date
Pavol Vaskovic
b4c00e0463 Fixed code style issues reported by python-lint.
Fixed E305 expected 2 blank lines after class or function definition
2017-05-31 14:25:04 +02:00
Maxim Moiseev
62e80281f2 [vim] Adding a new line before the section of imports
... to satisfy pylint and fix the build.

```
Script:
--
/usr/bin/python /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/utils/python_lint.py
--
Exit Code: 1

Command Output (stdout):
--
./utils/vim/swift-format.py:36:1: I201 Missing newline before sections or imports.

--
```
2017-05-09 11:05:29 -07:00
Saleem Abdulrasool
9c15385aea swift-format: add vim integration
Add a helper, based on clang-format.py to integrate swift-format into
vim.
2017-05-06 20:09:57 -07:00