mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Speed up precommits (#2693)
* Speed up precommit hook by only checking staged files with eslint and using eslint cache * Linting test * Add rubocop cache to gitignore * Try to speed up flow
This commit is contained in:
committed by
GitHub
parent
6b50f2db45
commit
a89ed25283
@@ -1,5 +1,8 @@
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
UseCache: true
|
||||
CacheRootDirectory: tmp/rubocop_cache
|
||||
MaxFilesInCache: 5000
|
||||
|
||||
Layout/ArgumentAlignment:
|
||||
EnforcedStyle: with_fixed_indentation
|
||||
|
||||
Reference in New Issue
Block a user