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

Exclude #142

Merged
merged 20 commits into from
Mar 9, 2016
Merged

Exclude #142

merged 20 commits into from
Mar 9, 2016

Conversation

adireddy
Copy link
Member

@adireddy adireddy commented Mar 9, 2016

I still have some changes locally so any feedback/issues, let me know instead of updating the code pls.

adireddy added a commit that referenced this pull request Mar 9, 2016
@adireddy adireddy merged commit 58f9301 into dev Mar 9, 2016
@adireddy adireddy deleted the exclude branch March 9, 2016 16:42
@@ -15,7 +15,7 @@ class TabForAligningCheck extends Check {
for (i in 0 ... checker.lines.length) {
var line = checker.lines[i];
if (re.match(line) && !line.contains("//")) {
log("Tab after non-space character. Use space for aligning", i + 1, line.length);
log("Tab after non-space character, Use space for aligning", i + 1, line.length);
Copy link
Member

Choose a reason for hiding this comment

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

"Use" should be lowercase.

@adireddy
Copy link
Member Author

adireddy commented Mar 9, 2016

Refactor in progress and will address any issues like this in another PR. Keep posting.

@@ -0,0 +1,62 @@
{
Copy link
Member

Choose a reason for hiding this comment

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

Very nice to have these in a separated file now! 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

I really enjoyed removing all the @SuppressWarnings in code 😄

Copy link
Member

Choose a reason for hiding this comment

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

They're all class-wide now though (for now at least?).

Copy link
Member Author

Choose a reason for hiding this comment

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

yes.. for now.. need to find a way to implement method level exclude.

Copy link
Member

Choose a reason for hiding this comment

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

You mean field level? (for variables and properties it should be possible as well)

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

Successfully merging this pull request may close these issues.

2 participants