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: steps:
- checkout - checkout
- restore_cache: *restore-npm-cache-linux # - restore_cache: *restore-npm-cache-linux
- run: *install-npm-modules # - run: *install-npm-modules
- run: # - run:
name: Lint # name: Lint
command: | # command: |
yarn lint # yarn lint
- run: # - run:
name: Test # name: Test
command: | # command: |
yarn test -w 8 # yarn test -w 8
- run: # - run:
name: Codecov # name: Codecov
command: | # command: |
yarn codecov # yarn codecov
- save_cache: *save-npm-cache-linux # - save_cache: *save-npm-cache-linux
# Android builds # Android builds
android-build-experimental: android-build-experimental:

View File

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