Skip to content
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

Merged
merged 45 commits into from
Jul 10, 2020
Merged

feat: mobile build configs #51

merged 45 commits into from
Jul 10, 2020

Conversation

eltongarbin
Copy link
Contributor

@eltongarbin eltongarbin commented Jul 8, 2020

This PR has some refactors and improvements from #49 .

If you want to validate the output access this link

@eltongarbin eltongarbin force-pushed the mobile-build-configs branch from 8356e81 to 93a495c Compare July 8, 2020 13:22
@eltongarbin eltongarbin changed the title Mobile build configs feat: mobile build configs Jul 9, 2020
@eltongarbin eltongarbin added enhancement New feature or request help wanted Extra attention is needed labels Jul 9, 2020
@eltongarbin eltongarbin marked this pull request as ready for review July 9, 2020 02:48
eltongarbin and others added 2 commits July 9, 2020 09:15
Fixing wrong category name to discard
Comment on lines +1 to +11
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',
];

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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?

@eltongarbin eltongarbin force-pushed the mobile-build-configs branch from adb174c to 031494e Compare July 9, 2020 16:31
@eltongarbin eltongarbin force-pushed the mobile-build-configs branch from 031494e to 7f638b6 Compare July 9, 2020 16:32
@ocean-ds ocean-ds deleted a comment from codeclimate bot Jul 9, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codeclimate
Copy link

codeclimate bot commented Jul 10, 2020

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);

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.

@eltongarbin eltongarbin merged commit b6da9f2 into master Jul 10, 2020
@eltongarbin eltongarbin deleted the mobile-build-configs branch July 10, 2020 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants