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

JavaPMDBear: Add support to custom rule set #1700

Open
tupaschoal opened this issue May 3, 2017 · 3 comments · May be fixed by #2202
Open

JavaPMDBear: Add support to custom rule set #1700

tupaschoal opened this issue May 3, 2017 · 3 comments · May be fixed by #2202
Assignees

Comments

@tupaschoal
Copy link

PMD allows an user to specify a custom rule set, which is good if there are specific rules inside a ruleset that you want to disable. It would be great to allow access to such a function.

tupaschoal added a commit to tupaschoal/coala-bears that referenced this issue May 3, 2017
CPPCheck supports include paths on its argument processor
and this is fundamental for using it in big projects.

Closes coala#1700
tupaschoal added a commit to tupaschoal/coala-bears that referenced this issue May 3, 2017
PMD allows user to supply a custom rule set for it to use when linting.
This change introduces a parameter that enables its usage,
through a custom rule set file.

Closes coala#1700
tupaschoal added a commit to tupaschoal/coala-bears that referenced this issue May 10, 2017
PMD allows user to supply a custom rule set for it to use when linting.
This change introduces a parameter that enables its usage,
through a custom rule set file.

Closes coala#1700
cherry-pick-bot pushed a commit that referenced this issue May 15, 2017
PMD allows user to supply a custom rule set for it to use when linting.
This change introduces a parameter that enables its usage,
through a custom rule set file.

Closes #1700
tupaschoal added a commit to tupaschoal/coala-bears that referenced this issue May 25, 2017
PMD allows user to supply a custom rule set for it to use when linting.
This change introduces a parameter that enables its usage,
through a custom rule set file.

Closes coala#1700
tupaschoal added a commit to tupaschoal/coala-bears that referenced this issue May 26, 2017
PMD allows user to supply a custom rule set for it to use when linting.
This change introduces a parameter that enables its usage,
through a custom rule set file.

Closes coala#1700
@palash25
Copy link
Member

Is anyone working on this?

@tupaschoal
Copy link
Author

I am not

@ysahil97
Copy link

I would like to work on this issue.

ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 29, 2017
It introduces a parameter which enables its usage through a custom rule set file or string of standard rule options

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 29, 2017
It introduces a parameter which enables its usage through a custom rule set file or a string of standard rule options

Closes coala#1700
@ysahil97 ysahil97 linked a pull request Dec 29, 2017 that will close this issue
2 tasks
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 29, 2017
It introduces a parameter which enables its usage through a custom rule set file or a string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 29, 2017
It introduces a parameter which enables its usage through a custom rule set file or a string of rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 29, 2017
It introduces a parameter which enables its usage through a custom rule set file or a string of rules2

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 29, 2017
It introduces a parameter which enables its usage through a custom rule set file or a string of rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 29, 2017
It introduces a parameter which enables its usage through a custom rule set file or a string of rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Dec 30, 2017
Enables custom rules via xml rule set file or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 2, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 2, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 2, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 2, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 2, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 3, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 3, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 3, 2018
Enables custom rules via xml rule set file
or string of standard rules

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 6, 2018
Enables custom rules via xml rule set file
or string of standard rules.

Closes coala#1700
ysahil97 pushed a commit to ysahil97/coala-bears that referenced this issue Jan 7, 2018
Enables custom rules via xml rule set file
or string of standard rules.

Closes coala#1700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment