Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

style: apply autofixes #177

Merged
merged 1 commit into from
Apr 29, 2020
Merged

style: apply autofixes #177

merged 1 commit into from
Apr 29, 2020

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Apr 29, 2020

Because these files are new since #170 was prepared. They need a yarn lint:fix to correct these issues:

plugins/eslint-plugin-liferay-portal/lib/rules/deprecation.js
   77:5   error  Expected line after comment  lines-around-comment
   84:3   error  Expected line after comment  lines-around-comment
   95:5   error  Expected line after comment  lines-around-comment
  103:5   error  Expected line after comment  lines-around-comment
  112:5   error  Expected line after comment  lines-around-comment
  204:10  error  Expected line after comment  lines-around-comment

plugins/eslint-plugin-liferay-portal/tests/lib/rules/deprecation.js
   58:4  error  Expected line after comment  lines-around-comment
   77:4  error  Expected line after comment  lines-around-comment
   96:4  error  Expected line after comment  lines-around-comment
  115:4  error  Expected line after comment  lines-around-comment
  134:4  error  Expected line after comment  lines-around-comment
  153:4  error  Expected line after comment  lines-around-comment
  172:4  error  Expected line after comment  lines-around-comment
  191:4  error  Expected line after comment  lines-around-comment
  210:4  error  Expected line after comment  lines-around-comment
  229:4  error  Expected line after comment  lines-around-comment
  243:4  error  Expected line after comment  lines-around-comment
  257:4  error  Expected line after comment  lines-around-comment
  271:4  error  Expected line after comment  lines-around-comment
  285:4  error  Expected line after comment  lines-around-comment

✖ 20 problems (20 errors, 0 warnings)
  20 errors and 0 warnings potentially fixable with the `--fix` option.

Because these files are new since:

#170

was prepared. They need a `yarn lint:fix` to correct these issues:

    plugins/eslint-plugin-liferay-portal/lib/rules/deprecation.js
       77:5   error  Expected line after comment  lines-around-comment
       84:3   error  Expected line after comment  lines-around-comment
       95:5   error  Expected line after comment  lines-around-comment
      103:5   error  Expected line after comment  lines-around-comment
      112:5   error  Expected line after comment  lines-around-comment
      204:10  error  Expected line after comment  lines-around-comment

    plugins/eslint-plugin-liferay-portal/tests/lib/rules/deprecation.js
       58:4  error  Expected line after comment  lines-around-comment
       77:4  error  Expected line after comment  lines-around-comment
       96:4  error  Expected line after comment  lines-around-comment
      115:4  error  Expected line after comment  lines-around-comment
      134:4  error  Expected line after comment  lines-around-comment
      153:4  error  Expected line after comment  lines-around-comment
      172:4  error  Expected line after comment  lines-around-comment
      191:4  error  Expected line after comment  lines-around-comment
      210:4  error  Expected line after comment  lines-around-comment
      229:4  error  Expected line after comment  lines-around-comment
      243:4  error  Expected line after comment  lines-around-comment
      257:4  error  Expected line after comment  lines-around-comment
      271:4  error  Expected line after comment  lines-around-comment
      285:4  error  Expected line after comment  lines-around-comment

    ✖ 20 problems (20 errors, 0 warnings)
      20 errors and 0 warnings potentially fixable with the `--fix` option.
@wincent wincent added the chore label Apr 29, 2020
@wincent
Copy link
Contributor Author

wincent commented Apr 29, 2020

Just a routine auto-fix, so going to merge this so I can cut a release.

@wincent wincent merged commit da54fab into master Apr 29, 2020
@wincent wincent deleted the wincent/lint-fixes branch April 29, 2020 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant