-
Notifications
You must be signed in to change notification settings - Fork 47
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
Test Codacy PR comments #1196
base: master
Are you sure you want to change the base?
Test Codacy PR comments #1196
Conversation
@madoar from my understanding, Codacy should comment if the "Pull Request Comment" setting is enable. |
@@ -1,5 +1,5 @@ | |||
const WineEngine = include("engines.wine.engine.implementation"); | |||
const { fileExists } = include("utils.functions.filesystem.files"); | |||
const { fileExists} = include("utils.functions.filesystem.files"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: A space is required before '}'.
@@ -13,7 +13,7 @@ const ProcessBuilderClass = Java.type("java.lang.ProcessBuilder"); | |||
// eslint-disable-next-line no-unused-vars | |||
module.default = class Wine { | |||
constructor() { | |||
this._implementation = new WineEngine(); | |||
this._implementation = new WineEngine(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: Expected indentation of 8 spaces but found 17.
@plata can this PR be closed? |
I would like to clarify why Codacy is commenting with my user. |
No description provided.