You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This update aims to implement and enforce linting rules for all future submissions. The contributing.md file will include information on a plugin that contributors can install to automatically adhere to these rules. Additionally, the contributing.md file will provide a comprehensive list of the linting rules that must be followed.
Describe the solution you'd like
Detailed linting rules for contributors will be outlined in the contributing.md file. If contributors decide to install any plugins to help automate this process via their code editors, then the required steps would be provided for proper installation.
Additional context
Linting practices include enforcing consistent indentation and identifying unused variables, helping maintain code readability and identifying potential issues during development.
The text was updated successfully, but these errors were encountered:
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.
Is your feature request related to a problem? Please describe.
This update aims to implement and enforce linting rules for all future submissions. The contributing.md file will include information on a plugin that contributors can install to automatically adhere to these rules. Additionally, the contributing.md file will provide a comprehensive list of the linting rules that must be followed.
Describe the solution you'd like
Detailed linting rules for contributors will be outlined in the contributing.md file. If contributors decide to install any plugins to help automate this process via their code editors, then the required steps would be provided for proper installation.
Additional context
Linting practices include enforcing consistent indentation and identifying unused variables, helping maintain code readability and identifying potential issues during development.
The text was updated successfully, but these errors were encountered: