Temp disable lint

This commit is contained in:
Diego Mello 2022-07-27 18:22:57 -03:00
parent 6b4085043c
commit 81c2021be7
2 changed files with 15 additions and 16 deletions

View File

@ -347,26 +347,26 @@ jobs:
steps:
- checkout
- restore_cache: *restore-npm-cache-linux
# - restore_cache: *restore-npm-cache-linux
- run: *install-npm-modules
# - run: *install-npm-modules
- run:
name: Lint
command: |
yarn lint
# - run:
# name: Lint
# command: |
# yarn lint
- run:
name: Test
command: |
yarn test -w 8
# - run:
# name: Test
# command: |
# yarn test -w 8
- run:
name: Codecov
command: |
yarn codecov
# - run:
# name: Codecov
# command: |
# yarn codecov
- save_cache: *save-npm-cache-linux
# - save_cache: *save-npm-cache-linux
# Android builds
android-build-experimental:

View File

@ -7,7 +7,6 @@ import I18n from '../../../i18n';
import { CustomIcon } from '../../../containers/CustomIcon';
import { TextInput } from '../../../containers/TextInput';
import { useTheme } from '../../../theme';
import { isIOS } from '../../../lib/methods/helpers';
import sharedStyles from '../../Styles';
const styles = StyleSheet.create({