Skip to content

Conversation

@Kami
Copy link
Member

@Kami Kami commented Feb 8, 2019

It looks like a couple of lines were accidentely removed in dc26170 and since then we didn't perform any pylint checks on StackStorm components and runners code 🤦‍♂️.

It looks like a couple of lines were accidentely removed in
dc26170 and since then we didn't
perform any pylint checks on StackStorm components and runners code.
@Kami Kami added this to the 2.10.2 milestone Feb 8, 2019
@Kami
Copy link
Member Author

Kami commented Feb 8, 2019

Per discussion with @LindsayHill on Slack - we should also enable some other non-error checks like "literal-comparison", etc.

The problem is that right now we only enable "error" checks (there is too much noise and false positives with many non fatal error messages).

If we want to enable a single "literal-comparison" check which is part of warning / refactoring category we need to enable all other warnings and refactor messages as well and then explicitly disable all that we are not interested in.

This will take a wile (exclude list will be long) and I will do it in a different PR in the future.

@m4dcoder
Copy link
Contributor

m4dcoder commented Feb 8, 2019

LGTM but I guess you need to get all the CIs to pass here.

Copy link
Contributor

@m4dcoder m4dcoder left a comment

Choose a reason for hiding this comment

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

Conditional on getting CIs to pass.

@Kami Kami merged commit 8a1a000 into master Feb 10, 2019
@Kami Kami deleted the fix_pylint_makefile_regression branch February 10, 2019 13:20
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.

3 participants