tailor
tailor copied to clipboard
Cross-platform static analyzer and linter for Swift.
**Tailor Version:** v0.12.0 **Swift Version:** Apple Swift version 4.0.2 (swiftlang-900.0.69.2 clang-900.0.38) **Platform (Mac/Linux/Windows/CI):** Mac **Installation Method:** Homebrew It would be nice to be able to feed in the results of...
Can I increase the assigned memory heap of tailor command?
Hello, I like your utility, but we have one issue **Tailor Version:** v0.12.0 **Swift Version:** 3.1 **Platform (Mac/Linux/Windows/CI):** Mac **Installation Method:** Homebrew ### Steps to Reproduce Issue 1. Create a...
**Tailor Version:** v0.11.1 **Swift Version:** 3.0 **Platform (Mac/Linux/Windows/CI):** Mac **Installation Method:** Homebrew ### Steps to Reproduce Issue make a new file Test.swift ``` import Foundation class Test { func log(_...
"Every function and method declaration should have one blank line before and after itself. An exception to this rule are functions that are declared at the start of a file...
This is not exactly an issue but a missing feature. I'd like to set up my Xcode so that any message from tailor fails the build (even a warning). Can't...
Allow customization of rules via the `.tailor.yml` file. This includes porting over max and min length restrictions from the command-line. Some suggested customizations include: - [ ] limiting naming checks...
**Tailor Version:** v0.11.1 **Swift Version:** 3.0.1 **Platform (Mac/Linux/Windows/CI):** Mac **Installation Method:** Homebrew ### Steps to Reproduce Issue 1. Make a new file with ```swift enum DataState { case empty case...
I'd like to have a command option like `--output-file [file-name]`. The issue I have is that I need to run Tailor in Travis CI, generating a report file in JSON...
**Tailor Version:** v0.10.1 **Swift Version:** N/A **Platform (Mac/Linux/Windows/CI):** Mac **Installation Method:** Homebrew ### Steps to Reproduce Issue 1. Add Taylor as a build step in XCode 2. Build the project...