Skip to content

Commit

Permalink
adding bitrise ymls to blocklist of linter (#39)
Browse files Browse the repository at this point in the history
## Summary:
Due to "narrow" build python not being able to support the unicode for some emojis used in our build process,I am adding the bitrise yml files to the linting blocklist until we do the python3 upgrade.

Issue: XXX-XXXX

## Test plan:
N/A, can write a unit test that shows the linter will skip the files?

Author: jlauzy

Reviewers: csilvers

Required Reviewers:

Approved By: csilvers

Checks:

Pull Request URL: #39
  • Loading branch information
jlauzy authored Jul 11, 2022
1 parent ea7872b commit 9222e8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lint_blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ contrib/
# Other files
main.py
api/v1.py

# Bitrise yml files in mobile repo contain unicode not supported by "narrow"
# python. Hopefully we can remove this if python3 upgrade fixes the issue.
bitrise.yml
.bitrise/workflow_archives/**

0 comments on commit 9222e8f

Please sign in to comment.