yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

OCLint integration #50

Open JeanMertz opened 10 years ago

JeanMertz commented 10 years ago

I wonder how hard it would be to have OCLint integration for atom-lint. Any thoughts on this?

I only started investigating Objective-C development today, coming from a Ruby background, so don't know how hard it would be to implement this linter, but it does have a JSON reporter so I think it's doable (especially since Clang is already implemented).

yujinakayama commented 10 years ago

I think it's possible, but it requires multiple linter support as mentioned in https://github.com/yujinakayama/atom-lint/issues/17.

On a related note – though this does not mean I won't add support for OCLint – personally I suggest using Xcode to write Obj-C since it's tough job without the code completion :).