Skip to content

Commit

Permalink
[CHORE] 코드리뷰 반영 Danger 옵션변경(#12)
Browse files Browse the repository at this point in the history
- swiftlint.filter_issues_in_diff = true 옵션추가
  • Loading branch information
noah0316 committed Jan 13, 2022
1 parent 2ef45e7 commit bf63801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
warn("PR is classed as Work in Progress") if github.pr_title.include? "WIP"

swiftlint.config_file = './Havit/.swiftlint.yml'
swiftlint.lint_all_files = true
swiftlint.filter_issues_in_diff = true
swiftlint.lint_files inline_mode: true
swiftlint.lint_files fail_on_error: true

Expand Down

0 comments on commit bf63801

Please sign in to comment.