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

cl showcxxmacros #523

Merged
merged 17 commits into from
Nov 7, 2020
Merged

cl showcxxmacros #523

merged 17 commits into from
Nov 7, 2020

Conversation

srz-zumix
Copy link
Owner

@srz-zumix srz-zumix commented Oct 24, 2020

fixed #241

@ghost
Copy link

ghost commented Oct 24, 2020

Sider detected 1 error on analyzing the commit ebc86a0.

We recommend fixing them as possible by updating the dependencies, configuring the analysis tool, configuring sider.yml, turning off unused tools, and so on.

If you have problems or questions still, feel free to ask us via chat. 💬


You can turn off this notification if you don't want to receive it from now on.


import os

def main():
Copy link

Choose a reason for hiding this comment

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

[Flake8] expected 2 blank lines, found 1 (view)

Rule
E302

You can close this issue if no need to fix it. Learn more.

print(os.environ['MSC_CMD_FLAGS'])
print(os.environ['MSC_IDE_FLAGS'])

if __name__ == "__main__":
Copy link

Choose a reason for hiding this comment

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

[Flake8] expected 2 blank lines after class or function definition, found 1 (view)

Rule
E305

You can close this issue if no need to fix it. Learn more.

self.parser.add_argument(
'-D',
dest='defs'
action='append',
Copy link

Choose a reason for hiding this comment

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

[Flake8] SyntaxError: invalid syntax (view)

Rule
E999

You can close this issue if no need to fix it. Learn more.

@lgtm-com
Copy link

lgtm-com bot commented Oct 31, 2020

This pull request introduces 1 alert when merging 67e2e3e into c1a8460 - view on LGTM.com

new alerts:

  • 1 for Syntax error


class DefinePrinter:
def __init__():
self.parser = ArgumentParser(add_help=False)
Copy link

Choose a reason for hiding this comment

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

[Flake8] undefined name 'self' (view)

Rule
F821

You can close this issue if no need to fix it. Learn more.

class DefinePrinter:
def __init__():
self.parser = ArgumentParser(add_help=False)
self.parser.add_argument(
Copy link

Choose a reason for hiding this comment

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

[Flake8] undefined name 'self' (view)

Rule
F821

You can close this issue if no need to fix it. Learn more.

@lgtm-com
Copy link

lgtm-com bot commented Oct 31, 2020

This pull request introduces 1 alert when merging 291a992 into c1a8460 - view on LGTM.com

new alerts:

  • 1 for First parameter of a method is not named 'self'


def printto(self, key):
print(key)
if os.environ.has_key(key):
Copy link

Choose a reason for hiding this comment

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

[Flake8] .has_key() is deprecated, use 'in' (view)

Rule
W601

You can close this issue if no need to fix it. Learn more.

# cl /B1cl-dME.bat main.cpp
# cl /BXcl-dME.bat main.cpp

import os
Copy link

Choose a reason for hiding this comment

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

[Flake8] 'os' imported but unused (view)

Rule
F401

You can close this issue if no need to fix it. Learn more.

@lgtm-com
Copy link

lgtm-com bot commented Nov 3, 2020

This pull request introduces 1 alert when merging 2483713 into c1a8460 - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Nov 3, 2020

This pull request introduces 1 alert when merging 9847bbb into c1a8460 - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Nov 4, 2020

This pull request introduces 1 alert when merging f2800d6 into f4124f9 - view on LGTM.com

new alerts:

  • 1 for Unused import

@srz-zumix srz-zumix merged commit f255a4f into develop Nov 7, 2020
@srz-zumix srz-zumix deleted the appveyor/cl-dME branch November 7, 2020 13:07
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.

None yet

1 participant