Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated tutorial documentation to add notes when using swiftlint #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stotic-dev
Copy link

I discovered the following tricky issue when using SwiftLint, so I added a note about it as a supplement to the tutorial documentation.

If the following setting is included in the SwiftLint configuration file, the JSON output from SwiftLint will contain not only the static analysis results but also messages like "Your version of SwiftLint is up to date." This prevents Danger from correctly parsing the output, causing its execution to fail.

check_for_updates: true  

@stotic-dev stotic-dev changed the title Added precautions when using swiftlint Updated tutorial documentation to add notes when using swiftlint Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant