Spotless is excellent for enforcing code formatting, but it is not designed to catch more complex code quality issues. Problems such as the use of headers_h_N imports, along with other common code quality concerns, are better detected by static analysis and linting tools.
Spotless is excellent for enforcing code formatting, but it is not designed to catch more complex code quality issues. Problems such as the use of
headers_h_Nimports, along with other common code quality concerns, are better detected by static analysis and linting tools.