Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ac328f6

Browse files
author
Daniel
authored
Temporarily disable linting in pull requests (airsidemobile#150)
* Install danger * Add default Dangerfile * Run danger in travis * Add pr body length check * Set ruby version * Revert "Set ruby version" This reverts commit 2a33c10. * Add swiftlint * Don't lint the whole project * Add swiftlint gem * MAke a linting error * Make another linter error * Another linter error * Just try to lint * No inline mode * Pure swiftlint * Clear dangerfile * Update gemfile * Run danger after tests so we have coverage data available * Use ridiculous cov value * Correctly execute danger * Start building dangerfile * Adjust swiftlint config * Adjust dangerfile * Make more mistakes * Clean up and make more mistakes * Undo JOSEHeader changes * Run bundle install * Ignore comments out of diff * Remove inline mode * Make linting mistake * Fix mistake * Switch to inline mode * Make comment mistake * Remove comment * Add test func * Add changelog check * Add changelog entry * Remove test method * Fix dangerfile * Remove changelog entry * Make app changes * Undo testing changes * disable linting
1 parent 2a68ce2 commit ac328f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dangerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Do you have style?
33
# ------------------------------------------------------------------------------
44

5-
swiftlint.config_file = '.swiftlint.yml'
6-
swiftlint.lint_files inline_mode: true
5+
# swiftlint.config_file = '.swiftlint.yml'
6+
# swiftlint.lint_files inline_mode: true
77

88
# ------------------------------------------------------------------------------
99
# Did you add a changelog entry?

0 commit comments

Comments
 (0)