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

refactor: port is-ignored ts #675

Merged
merged 6 commits into from Jun 11, 2019
Merged

refactor: port is-ignored ts #675

merged 6 commits into from Jun 11, 2019

Conversation

marionebl
Copy link
Contributor

@marionebl marionebl mentioned this pull request Jun 2, 2019
18 tasks
@@ -0,0 +1 @@
export * from "./lib";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's better, double or single quotes? In other files I see that you are using single, I prefer them too but open for double. 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i vote single :P

@commitlint/is-ignored/src/defaults.ts Outdated Show resolved Hide resolved
@@ -0,0 +1,152 @@
import isIgnored from './is-ignored';

const VERSION_MESSAGES = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the all caps constants 😄

'0.0.1-some-crazy-tag.999',
'0.0.1-1e69d54',
'v0.0.1',
' v3.0.0'
Copy link
Member

@byCedric byCedric Jun 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a check, is the extra space intentional?

@marionebl marionebl merged commit 71928ae into master Jun 11, 2019
@marionebl marionebl deleted the refactor-port-is-ignored-ts branch June 11, 2019 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants