Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
Sync config
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 7, 2018
1 parent bb64a4b commit f193995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.php_cs.dist export-ignore
.rmt.yml export-ignore
.travis export-ignore
build.xml export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
tests/ export-ignore
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Christian Gripp
Copyright (c) 2015-2018 Christian Gripp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ all:

lint:
composer validate
find . -name '*.yml' -not -path './vendor/*' -not -path './Resources/public/vendor/*' | xargs yaml-lint
find . -name '*.yml' -not -path './vendor/*' -not -path './src/Resources/public/vendor/*' | xargs yaml-lint
find . \( -name '*.xml' -or -name '*.xlf' \) \
-not -path './vendor/*' -not -path './Resources/public/vendor/*' \
-not -path './vendor/*' -not -path './src/Resources/public/vendor/*' \
| xargs -I'{}' xmllint --encode UTF-8 --output '{}' --format '{}'
php-cs-fixer fix --verbose
git diff --exit-code
Expand Down

0 comments on commit f193995

Please sign in to comment.