MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Add SwiftLint to the project #15

Closed csfar closed 4 years ago

csfar commented 4 years ago

In order to enforce a coding style, we need to add SwiftLint to our project. We should also make sure that it runs on our CI. I don't know which labels to add to this Issue. I am thinking of creating a new one for this sort of work, called repo.

EdgSgroi commented 4 years ago

Talvez fosse melhor criar uma label mais genérica, algo como "tools" ou coisa parecida. Isso pois sugeri utilizar o Jazzy na issue #14 e também não havia nenhuma label que especificasse bem além da label "documentation".

csfar commented 4 years ago

Tools! Perfeito, vou adicionar essa label.

cassiaabarbosa commented 4 years ago

There is no way to add SwiftLint without a Swift Target. So, we must add SwiftLint on Continuous Integration.