-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Consistency of Haskell code style - replace tabs with spaces #205
Comments
ivanperez-keera
changed the title
Consistency of Haskell code style - removing commented code/notes/todos
Consistency of Haskell code style - replace tabs with spaces
May 14, 2022
ivanperez-keera
added a commit
that referenced
this issue
May 14, 2022
…2.2.1). Refs #205. As per our own style guide, tabs are not allowed anywhere in files. This commit replaces all tabs in all examples with 8 spaces.
ivanperez-keera
added a commit
that referenced
this issue
May 14, 2022
…#205. As per our own style guide, tabs are not allowed anywhere in files. This commit replaces all tabs in all tests with 8 spaces.
ivanperez-keera
added a commit
that referenced
this issue
May 14, 2022
ivanperez-keera
added a commit
that referenced
this issue
May 14, 2022
ivanperez-keera
added a commit
that referenced
this issue
May 14, 2022
. Issue #205 removed all tabs from all files. To retain consistency with our style guide, we should make sure GHC detects and warns about any tabs introduced. This commit removes local options in tests that disable GHC warnings due to tabs being present in files.
ivanperez-keera
added a commit
that referenced
this issue
May 14, 2022
Issue #205 removed all tabs from all files. To retain consistency with our style guide, we should make sure GHC detects and warns about any tabs introduced. This commit enables Wall for regression tests which, among others, warns about tabs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A number of optional style suggestions were not implemented in #200 (see #200 (comment)).
Several files contain tabs, which are not allowed as per our style guide. They should be replaced with spaces.
The text was updated successfully, but these errors were encountered: