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 .fortitude.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[check]
ignore = ["E001","S001","S101","C121","S091","MOD011","C001","S101","S102","C002","PORT011","C072","C003","C131","C141","C092"]
ignore = ["E001","S001","S101","C121","S091","MOD011","C001","S101","S102","C002","PORT011","C061","C072","C003","C131","C141","C092","OB011"]
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

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

The rule "S101" appears twice in the ignore list (positions 3 and 8). This duplication should be removed to keep the configuration clean and avoid confusion.

Suggested change
ignore = ["E001","S001","S101","C121","S091","MOD011","C001","S101","S102","C002","PORT011","C061","C072","C003","C131","C141","C092","OB011"]
ignore = ["E001","S001","S101","C121","S091","MOD011","C001","S102","C002","PORT011","C061","C072","C003","C131","C141","C092","OB011"]

Copilot uses AI. Check for mistakes.

file-extensions = ["f90","fpp","fypp"]
output-format = "pylint"