Skip to content

Commit

Permalink
fix(roc-plugin-repo): Handle that a project can be empty when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Jan 22, 2018
1 parent 1abc63f commit 4a76c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/roc-plugin-repo/src/actions/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default (
...checkstyleXML.checkstyle,
file: [
...newXML.checkstyle.file,
...checkstyleXML.checkstyle.file,
...(checkstyleXML.checkstyle.file || []),
],
},
};
Expand Down

0 comments on commit 4a76c90

Please sign in to comment.