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
{{ message }}
This repository was archived by the owner on Jul 30, 2023. It is now read-only.
Find a style guide people agree on and a linter that enforces it. Should be run locally before pushing, potentially forbidding any remote changes if the linter fails (with a git commit/push hook).
Some issues are camel casing for variables and filenames, and functions, indentation, tabs vs. spaces, max line lengths, comment formats, and integer sizes, all of which should be identifiable using existing linters.