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
As pointed out here dart-lang/dart_style#261,
dartanalyzer only supports indentation using 2 spaces. This commit
changes DartLintBear to check that ``use_spaces`` is True and
``indent_size`` is 2 and raises a ``ValueError`` if not.
Fixescoala#897
dartanalyzer only performs indentation checking using 2 spaces, according to dart-lang/dart_style#261
use_spaces=False
must emit an errorindent_size
must be set to 2, otherwise emit an errorThe text was updated successfully, but these errors were encountered: