Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix space before opening brace rule + parsing + add .gvy and .nf default file extensions #97

Merged
merged 6 commits into from
Sep 3, 2020

Conversation

nvuillam
Copy link
Owner

@nvuillam nvuillam commented Sep 3, 2020

  • Fix (#96) --fix adds redundant space into ${VARIABLE} (SpaceBeforeOpeningBrace fix rule error)
  • Fix grails framework detection
  • Fix Groovy parsing parsing when multiple files
  • Add .gvy and .nf in default browsed files extensions

--fix adds redundant space into `${VARIABLE}` (SpaceBeforeOpeningBrace fix rule error)
- detect grails files
- groovy-lint <=> groovylint for CodeNArc detection
@nvuillam nvuillam force-pushed the FixSpaceBeforeOpeningBraceRule branch from b0943fc to 13b7869 Compare September 3, 2020 12:52
@nvuillam nvuillam force-pushed the FixSpaceBeforeOpeningBraceRule branch from 13b7869 to c1ec1e7 Compare September 3, 2020 12:58
@nvuillam nvuillam merged commit 7fcc25f into master Sep 3, 2020
@nvuillam nvuillam deleted the FixSpaceBeforeOpeningBraceRule branch September 3, 2020 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--fix adds redundant space into ${VARIABLE} (SpaceBeforeOpeningBrace fix rule error)
1 participant