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

1.9.46 버전업 #666

Merged
merged 59 commits into from
Sep 19, 2023
Merged

1.9.46 버전업 #666

merged 59 commits into from
Sep 19, 2023

Conversation

Tnks2U
Copy link
Contributor

@Tnks2U Tnks2U commented Sep 19, 2023

AnnaJinK and others added 30 commits March 9, 2023 19:46
@Tnks2U Tnks2U self-assigned this Sep 19, 2023
@Tnks2U Tnks2U merged commit bb34332 into master Sep 19, 2023
2 checks passed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

app/modules/robotry_parodule.js|138 col 21| Closing curly brace does not appear on the same line as the subsequent block.
app/modules/robotry_parodule.js|149 col 13| Closing curly brace does not appear on the same line as the subsequent block.
app/modules/robotry_parodule.js|151 col 21| 'readData' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|160 col 13| 'self' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|165 col 48| Unexpected function expression.
app/modules/robotry_parodule.js|165 col 56| Unexpected space before function parentheses.
app/modules/robotry_parodule.js|174 col 13| 'self' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|175 col 13| 'cmdDatas' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|176 col 13| 'getDatas' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|177 col 13| 'setDatas' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|178 col 13| 'time' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|185 col 17| 'setKey' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|186 col 28| Unexpected function expression.
app/modules/robotry_parodule.js|186 col 36| Unexpected space before function parentheses.
app/modules/robotry_parodule.js|187 col 21| 'data' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|190 col 60| Missing semicolon.
app/modules/robotry_parodule.js|194 col 48| Missing trailing comma.
app/modules/robotry_parodule.js|195 col 30| Missing semicolon.
app/modules/robotry_parodule.js|203 col 9| Block must not be padded by blank lines.
app/modules/robotry_parodule.js|211 col 44| Missing trailing comma.
app/modules/robotry_parodule.js|212 col 22| Missing semicolon.
app/modules/robotry_parodule.js|219 col 9| Closing curly brace does not appear on the same line as the subsequent block.
app/modules/robotry_parodule.js|239 col 17| Closing curly brace does not appear on the same line as the subsequent block.
app/modules/robotry_parodule.js|251 col 9| Closing curly brace does not appear on the same line as the subsequent block.
app/modules/robotry_parodule.js|260 col 9| Closing curly brace does not appear on the same line as the subsequent block.
app/modules/robotry_parodule.js|269 col 21| Missing trailing comma.
app/modules/robotry_parodule.js|271 col 9| Closing curly brace does not appear on the same line as the subsequent block.
app/modules/robotry_parodule.js|278 col 13| 'datas' is never reassigned. Use 'const' instead.
app/modules/robotry_parodule.js|280 col 24| Unexpected function expression.
app/modules/robotry_parodule.js|280 col 32| Unexpected space before function parentheses.
app/modules/robotry_parodule.js|296 col 19| Missing semicolon.
app/modules/robotry_parodule.js|297 col 15| Missing semicolon.
app/modules/robotry_parodule.js|304 col 33| Newline required at end of file but not found.
app/modules/robotry_robitStage.js|47 col 61| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|49 col 35| Unexpected function expression.
app/modules/robotry_robitStage.js|49 col 43| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|65 col 31| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|125 col 54| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|144 col 34| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|154 col 49| Unexpected function expression.
app/modules/robotry_robitStage.js|154 col 57| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|160 col 46| Unexpected function expression.
app/modules/robotry_robitStage.js|160 col 54| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|180 col 37| Unexpected space before function parentheses.
app/modules/robotry_robitStage.js|324 col 32| Unexpected space before function parentheses.

@@ -60,7 +60,28 @@ class ProboConnect extends BaseModule {
EC:0,
EEPR2:0,
EEPR1:0

Choose a reason for hiding this comment

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

⚠️ [eslint] <comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

Suggested change
EEPR1:0
EEPR1:0,

ROTATION_1:0,
ROTATION_2:0,
ROTATION_3:0,
ROTATION_4:0

Choose a reason for hiding this comment

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

⚠️ [eslint] <comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

Suggested change
ROTATION_4:0
ROTATION_4:0,

AXIS_Z1:0,
AXIS_Z2:0,
AXIS_Z3:0,
AXIS_Z4:0,
}

Choose a reason for hiding this comment

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

⚠️ [eslint] <comma-dangle> reported by reviewdog 🐶
Missing trailing comma.

Suggested change
}
},

@@ -273,13 +298,53 @@ class ProboConnect extends BaseModule {
this.InputData.EEPROM.EC = data[13];
this.InputData.EEPROM.EEPR2 = data[14];
this.InputData.EEPROM.EEPR1 = data[15];

this.InputData.Infinite.ROTATION_1 = (data[16]>>6)&0xC;

Choose a reason for hiding this comment

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

⚠️ [eslint] <space-infix-ops> reported by reviewdog 🐶
Operator '>>' must be spaced.

Suggested change
this.InputData.Infinite.ROTATION_1 = (data[16]>>6)&0xC;
this.InputData.Infinite.ROTATION_1 = (data[16] >> 6)&0xC;

@@ -273,13 +298,53 @@ class ProboConnect extends BaseModule {
this.InputData.EEPROM.EC = data[13];
this.InputData.EEPROM.EEPR2 = data[14];
this.InputData.EEPROM.EEPR1 = data[15];

this.InputData.Infinite.ROTATION_1 = (data[16]>>6)&0xC;

Choose a reason for hiding this comment

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

⚠️ [eslint] <space-infix-ops> reported by reviewdog 🐶
Operator '&' must be spaced.

Suggested change
this.InputData.Infinite.ROTATION_1 = (data[16]>>6)&0xC;
this.InputData.Infinite.ROTATION_1 = (data[16]>>6) & 0xC;

}
else if (data[0] == 0xff && data[1] == 0x44) {
//console.log(data);
let temp = ['', '', '', ''];

Choose a reason for hiding this comment

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

⚠️ [eslint] <prefer-const> reported by reviewdog 🐶
'temp' is never reassigned. Use 'const' instead.

Suggested change
let temp = ['', '', '', ''];
const temp = ['', '', '', ''];

else if (data[0] == 0xff && data[1] == 0x44) {
//console.log(data);
let temp = ['', '', '', ''];
let readData = data.subarray(2, data.length);

Choose a reason for hiding this comment

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

⚠️ [eslint] <prefer-const> reported by reviewdog 🐶
'readData' is never reassigned. Use 'const' instead.

Suggested change
let readData = data.subarray(2, data.length);
const readData = data.subarray(2, data.length);

self.paroduleData.MODULE[i] = readData[i];
}
for (let i = 0; i < 4; i++) {
let value = self.paroduleData.MODULE[i];

Choose a reason for hiding this comment

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

⚠️ [eslint] <prefer-const> reported by reviewdog 🐶
'value' is never reassigned. Use 'const' instead.

Suggested change
let value = self.paroduleData.MODULE[i];
const value = self.paroduleData.MODULE[i];

Comment on lines +132 to +133
}
else if (value == this.MOTOR) {

Choose a reason for hiding this comment

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

⚠️ [eslint] <brace-style> reported by reviewdog 🐶
Closing curly brace does not appear on the same line as the subsequent block.

Suggested change
}
else if (value == this.MOTOR) {
} else if (value == this.MOTOR) {

Comment on lines +135 to +136
}
else if (value == this.BUZZER) {

Choose a reason for hiding this comment

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

⚠️ [eslint] <brace-style> reported by reviewdog 🐶
Closing curly brace does not appear on the same line as the subsequent block.

Suggested change
}
else if (value == this.BUZZER) {
} else if (value == this.BUZZER) {

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.

5 participants