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

Support disabling rules in jsdoc #174

Open
paladox opened this issue Nov 15, 2015 · 10 comments
Open

Support disabling rules in jsdoc #174

paladox opened this issue Nov 15, 2015 · 10 comments

Comments

@paladox
Copy link

paladox commented Nov 15, 2015

Please support disabling rules in jsdoc like you can in jscs.

For example a rule could look like

"jsDoc": {
    "requireParamTypes": null
}

Since some preset set the default we should be allowed to override these like you can in jscs.

@ricordisamoa
Copy link

👍
Of course it should merge jsDoc rules from presets.

@qfox
Copy link
Member

qfox commented Nov 15, 2015

Thanks for report, ye, we should do it like an age ago.

p.s. Would you like to implement this? I'm a little bit busy to do it completely by self but I can assist you.

@paladox
Copy link
Author

paladox commented Nov 17, 2015

Hi @zxqfox I will give it ago. I am trying to compie the jscs files to this what should I look for settings wise to be able to do what this bug describes letting you enable and disable like you can in jscs.

@paladox
Copy link
Author

paladox commented Nov 17, 2015

And where should I look. and what piece of code.

@qfox
Copy link
Member

qfox commented Nov 17, 2015

@paladox
Copy link
Author

paladox commented Nov 17, 2015

Thanks.

@qfox
Copy link
Member

qfox commented Dec 7, 2015

Sorry for long delay, but I still not sure where we should do it. ;-(

I'm planning to try new jsdoctypeparser at wednesday and will look deeper into the problem.

@paladox
Copy link
Author

paladox commented Dec 7, 2015

Thanks.

@elijahsmith
Copy link

duplicate of #61?

@qfox
Copy link
Member

qfox commented Feb 1, 2016

Oh, not actually.

This issue about disabling some jsDoc rules predefined in preset. Like if your google preset have some jsDoc settings and you need to disable just one, instead of copy-pasting the whole configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants