Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[MAIN]

Check warning on line 1 in .pylintrc

View workflow job for this annotation

GitHub Actions / runner / pylint

[pylint] reported by reviewdog 🐶 W0012: Unknown option value for '--enable', expected a valid pylint message and got 'R0923' (unknown-option-value) Raw Output: .pylintrc:1:0: W0012: Unknown option value for '--enable', expected a valid pylint message and got 'R0923' (unknown-option-value)

Check warning on line 1 in .pylintrc

View workflow job for this annotation

GitHub Actions / runner / pylint

[pylint] reported by reviewdog 🐶 W0012: Unknown option value for '--enable', expected a valid pylint message and got 'W1001' (unknown-option-value) Raw Output: .pylintrc:1:0: W0012: Unknown option value for '--enable', expected a valid pylint message and got 'W1001' (unknown-option-value)

Check warning on line 1 in .pylintrc

View workflow job for this annotation

GitHub Actions / runner / pylint

[pylint] reported by reviewdog 🐶 W0012: Unknown option value for '--enable', expected a valid pylint message and got 'C0501' (unknown-option-value) Raw Output: .pylintrc:1:0: W0012: Unknown option value for '--enable', expected a valid pylint message and got 'C0501' (unknown-option-value)

Check warning on line 1 in .pylintrc

View workflow job for this annotation

GitHub Actions / runner / pylint

[pylint] reported by reviewdog 🐶 E0015: Unrecognized option found: suggestion-mode (unrecognized-option) Raw Output: .pylintrc:1:0: E0015: Unrecognized option found: suggestion-mode (unrecognized-option)

# go here to check pylint codes if not explained
#https://vald-phoenix.github.io/pylint-errors/
Expand Down Expand Up @@ -142,7 +142,7 @@

# Only enable specific messages
disable=all
enable=unused-import,redefined-outer-name,E1206,E1205,E0704,E0107,E4702,E1101,E0211,E0213,E0103,E1133,E1120,E3102,E0602,E1123,E0001,W0702,W1404,W0706,W0101,W0120,W0718,R1737,R1705,R1720,R1724,R1723,R0401,R1701,C1802,C0200,C0501,C0201,W1001,E1102,R0923
enable=unused-import,redefined-outer-name,E1206,E1205,E0704,E0107,E4702,E1101,E0211,E0213,E0103,E1133,E1120,E3102,E0602,E1123,E0001,W0702,W1404,W0706,W0101,W0120,W0718,R1737,R1724,R1723,R0401,R1701,C1802,C0200,C0501,C0201,W1001,E1102,R0923


[LOGGING]
Expand Down
Loading