yujinakayama / atom-lint

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

Allow specifying clang arguments #68

Open joshuawarner32 opened 10 years ago

joshuawarner32 commented 10 years ago

Is there a way to specify extra arguments passed to clang?

As I have it set up now, it's rather useless because it just complains about not being able to find the first custom header in every file (and nothing else).

yujinakayama commented 10 years ago

There's no way to do so right now. I think I'll add a configuration option for it.

Kev commented 9 years ago

This got merged in shortly after this ticket was created - https://github.com/yujinakayama/atom-lint/pull/70 although it's currently disabled. I've done the requisite work getting the package atom-lint needs for this working again, so hopefully once I've made a release it'll be enabled again (and this issue could then be closed).