-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: mobile build configs #51
Conversation
removing build ios raw deprecated
removing extra theo command
8356e81
to
93a495c
Compare
Fixing wrong category name to discard
module.exports = [ | ||
'src/color/index.yml', | ||
'src/border/index.yml', | ||
'src/opacity/index.yml', | ||
'src/radius/index.yml', | ||
'src/shadow/index.yml', | ||
'src/spacing/inline.yml', | ||
'src/spacing/inset.yml', | ||
'src/spacing/stack.yml', | ||
'src/typography/index.yml', | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eltongarbin @AlexGomesBlu
Do we still need these files? Or is it possible to use the exclusion rule using discardedCategories?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
web doesn't need this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@luisfernandezbr Will the discardedCategories
always be the same for both mobile platforms?
adb174c
to
031494e
Compare
031494e
to
7f638b6
Compare
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit 75f92d1 and detected 0 issues on this pull request. View more on Code Climate. |
@@ -0,0 +1,5 @@ | |||
module.exports = (name) => (fn) => { | |||
const f = (...args) => fn(...args); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The variable f
could be have a better semantic name.
This PR has some refactors and improvements from #49 .
If you want to validate the output access this link