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

Update test123.js #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update test123.js #2

wants to merge 2 commits into from

Conversation

machadoit
Copy link
Contributor

No description provided.

@@ -1 +1,3 @@
console.log('Hello World');

console.log('my unique string for realz');
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('my unique string for realz');
console.log("my unique string for realz");

@@ -1 +1,3 @@
console.log('Hello World');

console.log('my unique string for realz');
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('my unique string for realz');
console.log("my unique string for realz");

@@ -1 +1,3 @@
console.log('Hello World');

console.log('my unique string for realz');
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('my unique string for realz');
console.log("my unique string for realz");

@@ -1 +1,3 @@
console.log('Hello World');

console.log('my unique string for realz');

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('my unique string for realz');
console.log("my unique string for realz");

@@ -1 +1,3 @@
console.log('Hello World');

console.log('my unique string for realz');

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 'my·unique·string·for·realz' with "my·unique·string·for·realz"

Suggested change
console.log('my unique string for realz');
console.log("my unique string for realz");

@@ -1 +1,3 @@
console.log('Hello World');

console.log('my unique string for realz');

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 'my·unique·string·for·realz' with "my·unique·string·for·realz"

Suggested change
console.log('my unique string for realz');
console.log("my unique string for realz");

@codacy-production codacy-production bot deleted a comment from machadoit Jul 19, 2023
@@ -1 +1,5 @@
console.log('Hello World');

console.log('my unique string for realz');

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 'my·unique·string·for·realz' with "my·unique·string·for·realz"

Suggested change
console.log('my unique string for realz');
console.log("my unique string for realz");


console.log('my unique string for realz');

console.log('test');

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 'test' with "test"

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

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