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

test no comments both envs #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

machadoit
Copy link
Contributor

No description provided.

console.log('Hello other stuff');

if(foo === "bar") {
console.log('stuff')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('stuff')
console.log("stuff")


console.log('Hello Universe');

console.log('Hello other stuff');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('Hello other stuff');
console.log("Hello other stuff");

// the hello world program
console.log('Hello World');

console.log('Hello Universe');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('Hello Universe');
console.log("Hello Universe");

@@ -1 +1,10 @@
console.log('Hello World')
// the hello world program
console.log('Hello World');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('Hello World');
console.log("Hello World");


console.log('Hello other stuff');

if(foo === "bar") {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Insert ·

Suggested change
if(foo === "bar") {
if (foo === "bar") {

@@ -1 +1,10 @@
console.log('Hello World')
// the hello world program
console.log('Hello World');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Replace 'Hello·World' with "Hello·World"

Suggested change
console.log('Hello World');
console.log("Hello World");


console.log('Hello Universe');

console.log('Hello other stuff');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Replace 'Hello·other·stuff' with "Hello·other·stuff"

Suggested change
console.log('Hello other stuff');
console.log("Hello other stuff");

// the hello world program
console.log('Hello World');

console.log('Hello Universe');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Replace 'Hello·Universe' with "Hello·Universe"

Suggested change
console.log('Hello Universe');
console.log("Hello Universe");

console.log('Hello other stuff');

if(foo === "bar") {
console.log('stuff')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Replace 'stuff') with "stuff");

Suggested change
console.log('stuff')
console.log("stuff");

@@ -1 +1,10 @@
console.log('Hello World')
// the hello world program
console.log('Hello World');

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Replace 'Hello·World' with "Hello·World"

Suggested change
console.log('Hello World');
console.log("Hello World");

@@ -1 +1,10 @@
console.log('Hello World')
// the hello world program
console.log('Hello World');

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('Hello World');
console.log("Hello World");

@@ -1 +1,10 @@
console.log('Hello World')
// the hello world program

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Comments should not begin with a lowercase character.

Suggested change
// the hello world program
// The hello world program

// the hello world program
console.log('Hello World');

console.log('Hello Universe');

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('Hello Universe');
console.log("Hello Universe");

// the hello world program
console.log('Hello World');

console.log('Hello Universe');

Choose a reason for hiding this comment

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

Codacy has a fix for the issue: Replace 'Hello·Universe' with "Hello·Universe"

Suggested change
console.log('Hello Universe');
console.log("Hello Universe");

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.

1 participant