-
When autocorrecting `unused_closure_parameter`, swiftlint also removes the type annotation. This isn't going to work in a situation where the type annotation is necessary, for example, when generics n…
-
At some point between cbd9625 and 2e9a724, Objective-C enums stopped being documented.
Before: https://github.com/jpsim/SourceKitten/blob/cbd9625970d968582a218461262a2d70cbb5fb90/Tests/SourceKitten…
jpsim updated
7 years ago
-
I was trying to add a custom rule that matches a regex of function implementations, but I don't think that exists. Suppose the following file
```swift
func foo() {
expectedToBeImplementedBefo…
-
We've already seen in a handful of PRs recently that running on [Realm Swift](https://github.com/realm/realm-cocoa) was beneficial in highlighting false positives.
There are a number of other open …
jpsim updated
7 years ago
-
When running `jazzy` on an Objective-C project of mine I get the following error:
```
~/Project/include/SomeObjCHeader.h:1:1: error: use of '@import' when modules are disabled
```
The command used i…
-
I love jazzy, but I struggle with the Objective C Documentation process. If I download a trending project from GitHub, often many of the classes are documented well in the .m files but not the .h file…
-
We are trying to generate the documents for Swift2.2 using Jazzy with Xcode7.3. We have 2 environments: Local dev environment (Macbook) and Server machine for central build.
We have exactly same set …
-
Hi,
I'm trying to build the documentation for an Objective-C framework `Foo`, but getting a weird, funny error.
```
jazzy --objc -c \
--module-version "1.1.4" \
--umbrella-header "Foo/Foo.h" \
…
-
After parsing all the swift files it ends with the following message:
parsing ....
/Library/Ruby/Gems/2.0.0/gems/jazzy-0.3.2/lib/jazzy/executable.rb:35:in `execute_command': /Library/Ruby/Gems/2.0.0…
-
Hi everyone!
I use Jazzi with Travis-ci(https://travis-ci.org) for auto generation docs.
When i use "gem install jazzi", everything is ok.
But if I install Jazzi from Gemfile, i get such fail:
```
U…