linter-swiftc
linter-swiftc copied to clipboard
Lint Swift using swiftc
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies npm package.json...
playing with swiftc gave me a warning that the linter did not show checking the source found that it calls swiftc -parse, and in command line that -parse flag hides...
To ease the modification/contribution to publish pipeline there has been some discussion of adopting a continuous deployment system for AtomLinter packages. To accomplish this we are making use of [`semantic-release`](https://github.com/semantic-release/semantic-release)...
I fell it would be pretty useful to have this linter work on the fly. If I interpret the code correctly, this is disabled via [linter-swiftc.coffee](https://github.com/AtomLinter/linter-swiftc/blob/master/lib/linter-swiftc.coffee#L39). Is the linting to...
It looks like this linter does not currently have any specs written for it, adding it to the list being maintained [here](https://github.com/AtomLinter/Meta/issues/11) for tracking. Specs do not need to be...