Fix Filename Convention Issues #88
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
refactor
Refactor code to improve quality
Terms
Description
Ktlint's filename convention rule has been disabled (ktlint_standard_filename = disabled). This rule should be enabled and applied to ensure that filenames follow the correct naming conventions.
The file naming should follow the
PascalCase
For more information this docs could be refrerred
ktlint_standard_filename = disabled
from your .editorconfig file to re-enable this rule.Contribution
I would love to work on this issue and am more than willing to help anyone interested to work on this issue. :)
The text was updated successfully, but these errors were encountered: