Skip to content

Commit

Permalink
check spelling at Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 18, 2016
1 parent 489295d commit 7300da4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .gitignore
@@ -1,38 +1,7 @@
*.ami
*.la
*.lo
*.m4
*.pot
package/*.bz2
stamp-h*
aclocal.m4
autodocs-cc.ami
autodocs-cc-base.ami
autodocs-cc-off.ami
autodocs-ycp.ami
autom4te.cache
config.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
configure.ac
/coverage/
/doc/
install-sh
libtool
ltconfig
ltmain.sh
Makefile
/Makefile.am
Makefile.am.common
Makefile.in
missing
mkinstalldirs
pluglib-bindings.ami
/nbproject/
test-driver
.yardoc/
13 changes: 13 additions & 0 deletions .spell.yml
@@ -0,0 +1,13 @@
# This is the repository specific custom dictionary
#
# Write the words in alphabetical order, one word per line.
# If an unknown word is generic put it into the global dictionary
# in yast-rake in lib/tasks/spell.yml file.

---
ignore:
- "doc/**/*"
- "coverage/**/*"
dictionary:
- SLE
- SMT
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,9 @@ before_install:
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "yast2-devtools yast2 yast2-slp yast2-add-on yast2-update" -g bundler
- sh ./travis_setup.sh -p "yast2-devtools yast2 yast2-slp yast2-add-on yast2-update libaspell-dev aspell-en" -g bundler raspell
script:
- rake check:spelling
- rake check:pot
- rubocop
- yardoc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,6 +13,6 @@ This is a YaST module for registering a SUSE Linux Enterprise (SLE) product to
The module is a part of SLE product installation or upgrade workflow.

A registered system will receive security updates and the functionality of the
system can be extented via online extensions or modules.
system can be extended via online extensions or modules.

See the wiki pages (https://github.com/yast/yast-registration/wiki) for more details.

0 comments on commit 7300da4

Please sign in to comment.