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 0a45d1d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 32 deletions.
31 changes: 0 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install:
- 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
script:
- rake check:spelling
- rake check:pot
- rubocop
- yardoc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 0a45d1d

Please sign in to comment.