Skip to content

Commit

Permalink
fix(lint): editorconfig ignore update paths
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Jun 14, 2019
1 parent 25304d4 commit fe71fe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Expand Up @@ -27,6 +27,8 @@ indent_size = 2

[*.js]
indent_size = 2
block_comment_start = /*
block_comment_end = */

[*.html]
indent_size = 2
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -42,6 +42,10 @@ lint-editorconfig:
! -ipath "*/vendor/*" \
! -ipath '*/node_modules/*' \
! -ipath '*/core/pkg/banner/banner.go' \
! -ipath '*/desktop/output/*' \
! -ipath '*.chunk.js' \
! -ipath '*/dist/*' \
! -ipath '*/precache-manifest.*.js' \
! -name "*.gen.*" \
! -name "*.generated.go" \
! -name "*generated*" \
Expand Down
2 changes: 0 additions & 2 deletions client/react-native/.editorconfig

This file was deleted.

0 comments on commit fe71fe8

Please sign in to comment.