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
In emacs ESS, ## starts a commented line, while # starts a comment at the end of a code line. This is convenient for auto-indentation (## comments do not indent, while # comments automatically indent).
Lintr considers ## to start a comment as a mistake. Would it create other issues down the line to add ## to the commented_code_linter?
The text was updated successfully, but these errors were encountered:
In emacs ESS,
##
starts a commented line, while#
starts a comment at the end of a code line. This is convenient for auto-indentation (## comments
do not indent, while# comments
automatically indent).Lintr considers
##
to start a comment as a mistake. Would it create other issues down the line to add##
to the commented_code_linter?The text was updated successfully, but these errors were encountered: