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

improve categories/namespaces #17

Open
moritzjacobs opened this issue Feb 14, 2020 · 3 comments
Open

improve categories/namespaces #17

moritzjacobs opened this issue Feb 14, 2020 · 3 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@moritzjacobs
Copy link
Collaborator

Right now: https://github.com/peerigon/scriptlint/blob/master/src/constants.ts#L3

export const NAMESPACES = [
	"build",
	"dev",
	"format",
	"other",
	"report",
	"setup",
	"start",
	"test",
];

I have encoutered two (for me) common scripts, that don't quite fit any of these:

  • fetching data from remote APIs (e.g. translation service) – maybe setup:<foo>?
  • running automated housekeeping tasks (updtr) – also with setup?

How about you?

@moritzjacobs moritzjacobs added enhancement New feature or request question Further information is requested labels Feb 14, 2020
@moritzjacobs
Copy link
Collaborator Author

@bytetyde talked about deploy as a category.

@vincenzon
Copy link

Is there a configuration option to add a namespace that makes senes to me as a user?

@moritzjacobs
Copy link
Collaborator Author

Not yet, I will consider it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants