Skip to content

tools: apply stricter indentation rules to tools

Rodrigo Muino Tomonari requested to merge github/fork/Trott/tools-indenting into master

ESLint 4.0.0 provides stricter (and more granular) indentation checking than previous versions. Apply the stricter indentation rules to the tools directory.

In preparation for applying the more strict indentation linting available in ESLint 4.0.0, correct minor indentation issues in tools/eslint-rules/required-modules.js.

This is the only file with indentation that does not conform to the stricter checks.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Merge request reports

Loading