adlint 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS +0 -1
- data/ChangeLog +185 -1
- data/MANIFEST +3 -0
- data/NEWS +28 -5
- data/bin/adlintize +70 -7
- data/etc/conf.d/fallback/traits.erb +12 -3
- data/etc/conf.d/i686-cygwin/traits-gcc_4.3.4.erb +12 -3
- data/etc/conf.d/i686-devkit/traits-gcc_4.5.2.erb +12 -3
- data/etc/conf.d/i686-linux/traits-gcc_4.5.1.erb +12 -3
- data/etc/conf.d/i686-mingw/traits-gcc_4.6.1.erb +12 -3
- data/etc/conf.d/x86_64-ubuntu_12.04/traits-gcc_4.6.3.erb +12 -4
- data/etc/mesg.d/c_builtin/en_US/messages.yml +1 -1
- data/etc/mesg.d/c_builtin/ja_JP/messages.yml +1 -1
- data/etc/mesg.d/core/en_US/messages.yml +1 -1
- data/etc/mesg.d/core/ja_JP/messages.yml +1 -1
- data/features/code_check/W0070.feature +51 -0
- data/features/code_check/W0071.feature +51 -0
- data/features/code_check/W0425.feature +279 -0
- data/features/code_check/W0692.feature +14 -1
- data/features/code_check/W0834.feature +7 -5
- data/features/code_check/W1073.feature +0 -1
- data/features/code_check/W1074.feature +6 -0
- data/features/code_check/W9003.feature +54 -0
- data/features/support/env.rb +15 -3
- data/lib/adlint/c/expr.rb +30 -6
- data/lib/adlint/c/interp.rb +4 -0
- data/lib/adlint/cpp/eval.rb +24 -14
- data/lib/adlint/cpp/macro.rb +52 -40
- data/lib/adlint/exam/c_builtin/c_check.rb +76 -42
- data/lib/adlint/exam/c_builtin/cpp_check.rb +4 -2
- data/lib/adlint/traits.rb +37 -23
- data/lib/adlint/util.rb +6 -0
- data/lib/adlint/version.rb +3 -3
- data/share/doc/developers_guide_ja.html +3 -3
- data/share/doc/developers_guide_ja.texi +1 -1
- data/share/doc/users_guide_en.html +1679 -1651
- data/share/doc/users_guide_en.texi +56 -24
- data/share/doc/users_guide_ja.html +1697 -1669
- data/share/doc/users_guide_ja.texi +57 -24
- data/share/sample/bison-2.5/adlint/adlint_traits.yml +13 -4
- data/share/sample/bison-2.5/adlint/lib/adlint_traits.yml +13 -4
- data/share/sample/bison-2.5/adlint/src/adlint_traits.yml +13 -4
- data/share/sample/ctags-5.8/adlint/adlint_traits.yml +13 -4
- data/share/sample/flex-2.5.35/adlint/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/core/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/enc/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/enc-trans/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-bigdecimal/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-continuation/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-coverage/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-curses/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-date/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-dbm/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-digest/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-bubblebabble/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-md5/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-rmd160/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-sha1/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-sha2/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-dl/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-dl-callback/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-etc/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-fcntl/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-fiber/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-fiddle/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-gdbm/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-iconv/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-io-console/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-io-nonblock/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-io-wait/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-json-generator/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-json-parser/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-mathn-complex/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-mathn-rational/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-nkf/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-openssl/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-pathname/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-psych/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-pty/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-racc-cparse/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-readline/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-ripper/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-sdbm/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-socket/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-stringio/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-strscan/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-syck/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-syslog/adlint_traits.yml +13 -4
- data/share/sample/ruby-1.9.3-p0/adlint/ext-zlib/adlint_traits.yml +13 -4
- data/share/sample/screen-4.0.3/adlint/adlint_traits.yml +13 -4
- data/share/sample/vim-7.3/adlint/vim/adlint_traits.yml +13 -4
- data/share/sample/vim-7.3/adlint/xxd/adlint_traits.yml +13 -4
- data/share/sample/zsh-4.3.15/adlint/adlint_traits.yml +13 -4
- data/share/sample/zsh-4.3.15/adlint/builtins/adlint_traits.yml +13 -4
- data/share/sample/zsh-4.3.15/adlint/core/adlint_traits.yml +13 -4
- data/share/sample/zsh-4.3.15/adlint/modules/adlint_traits.yml +13 -4
- data/share/sample/zsh-4.3.15/adlint/zle/adlint_traits.yml +13 -4
- data/spec/conf.d/default_traits.yml +12 -4
- metadata +5 -2
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -246,9 +249,15 @@ message_traits:
|
|
|
246
249
|
# Output messages with category and severity information?
|
|
247
250
|
message_with_class: false
|
|
248
251
|
|
|
249
|
-
# Warn only files in the specified directory.
|
|
250
|
-
#
|
|
251
|
-
|
|
252
|
+
# Warn only files in the specified directory.
|
|
253
|
+
# If omitted, all files including system headers will be warned.
|
|
254
|
+
warn_files_in:
|
|
255
|
+
- "../../ruby-1.9.3-p0"
|
|
256
|
+
|
|
257
|
+
# Don't warn files in the specified directory.
|
|
258
|
+
# You can specify 3rd-party library header directories imported in the
|
|
259
|
+
# project to suppress warnings about unconcerned headers.
|
|
260
|
+
warn_files_not_in:
|
|
252
261
|
|
|
253
262
|
# Enable translation-unit specific code check selection?
|
|
254
263
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -246,9 +249,15 @@ message_traits:
|
|
|
246
249
|
# Output messages with category and severity information?
|
|
247
250
|
message_with_class: false
|
|
248
251
|
|
|
249
|
-
# Warn only files in the specified directory.
|
|
250
|
-
#
|
|
251
|
-
|
|
252
|
+
# Warn only files in the specified directory.
|
|
253
|
+
# If omitted, all files including system headers will be warned.
|
|
254
|
+
warn_files_in:
|
|
255
|
+
- "../../ruby-1.9.3-p0"
|
|
256
|
+
|
|
257
|
+
# Don't warn files in the specified directory.
|
|
258
|
+
# You can specify 3rd-party library header directories imported in the
|
|
259
|
+
# project to suppress warnings about unconcerned headers.
|
|
260
|
+
warn_files_not_in:
|
|
252
261
|
|
|
253
262
|
# Enable translation-unit specific code check selection?
|
|
254
263
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -246,9 +249,15 @@ message_traits:
|
|
|
246
249
|
# Output messages with category and severity information?
|
|
247
250
|
message_with_class: false
|
|
248
251
|
|
|
249
|
-
# Warn only files in the specified directory.
|
|
250
|
-
#
|
|
251
|
-
|
|
252
|
+
# Warn only files in the specified directory.
|
|
253
|
+
# If omitted, all files including system headers will be warned.
|
|
254
|
+
warn_files_in:
|
|
255
|
+
- "../../ruby-1.9.3-p0"
|
|
256
|
+
|
|
257
|
+
# Don't warn files in the specified directory.
|
|
258
|
+
# You can specify 3rd-party library header directories imported in the
|
|
259
|
+
# project to suppress warnings about unconcerned headers.
|
|
260
|
+
warn_files_not_in:
|
|
252
261
|
|
|
253
262
|
# Enable translation-unit specific code check selection?
|
|
254
263
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -246,9 +249,15 @@ message_traits:
|
|
|
246
249
|
# Output messages with category and severity information?
|
|
247
250
|
message_with_class: false
|
|
248
251
|
|
|
249
|
-
# Warn only files in the specified directory.
|
|
250
|
-
#
|
|
251
|
-
|
|
252
|
+
# Warn only files in the specified directory.
|
|
253
|
+
# If omitted, all files including system headers will be warned.
|
|
254
|
+
warn_files_in:
|
|
255
|
+
- "../../ruby-1.9.3-p0"
|
|
256
|
+
|
|
257
|
+
# Don't warn files in the specified directory.
|
|
258
|
+
# You can specify 3rd-party library header directories imported in the
|
|
259
|
+
# project to suppress warnings about unconcerned headers.
|
|
260
|
+
warn_files_not_in:
|
|
252
261
|
|
|
253
262
|
# Enable translation-unit specific code check selection?
|
|
254
263
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -246,9 +249,15 @@ message_traits:
|
|
|
246
249
|
# Output messages with category and severity information?
|
|
247
250
|
message_with_class: false
|
|
248
251
|
|
|
249
|
-
# Warn only files in the specified directory.
|
|
250
|
-
#
|
|
251
|
-
|
|
252
|
+
# Warn only files in the specified directory.
|
|
253
|
+
# If omitted, all files including system headers will be warned.
|
|
254
|
+
warn_files_in:
|
|
255
|
+
- "../../ruby-1.9.3-p0"
|
|
256
|
+
|
|
257
|
+
# Don't warn files in the specified directory.
|
|
258
|
+
# You can specify 3rd-party library header directories imported in the
|
|
259
|
+
# project to suppress warnings about unconcerned headers.
|
|
260
|
+
warn_files_not_in:
|
|
252
261
|
|
|
253
262
|
# Enable translation-unit specific code check selection?
|
|
254
263
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -246,9 +249,15 @@ message_traits:
|
|
|
246
249
|
# Output messages with category and severity information?
|
|
247
250
|
message_with_class: false
|
|
248
251
|
|
|
249
|
-
# Warn only files in the specified directory.
|
|
250
|
-
#
|
|
251
|
-
|
|
252
|
+
# Warn only files in the specified directory.
|
|
253
|
+
# If omitted, all files including system headers will be warned.
|
|
254
|
+
warn_files_in:
|
|
255
|
+
- "../../ruby-1.9.3-p0"
|
|
256
|
+
|
|
257
|
+
# Don't warn files in the specified directory.
|
|
258
|
+
# You can specify 3rd-party library header directories imported in the
|
|
259
|
+
# project to suppress warnings about unconcerned headers.
|
|
260
|
+
warn_files_not_in:
|
|
252
261
|
|
|
253
262
|
# Enable translation-unit specific code check selection?
|
|
254
263
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -246,9 +249,15 @@ message_traits:
|
|
|
246
249
|
# Output messages with category and severity information?
|
|
247
250
|
message_with_class: false
|
|
248
251
|
|
|
249
|
-
# Warn only files in the specified directory.
|
|
250
|
-
#
|
|
251
|
-
|
|
252
|
+
# Warn only files in the specified directory.
|
|
253
|
+
# If omitted, all files including system headers will be warned.
|
|
254
|
+
warn_files_in:
|
|
255
|
+
- "../../ruby-1.9.3-p0"
|
|
256
|
+
|
|
257
|
+
# Don't warn files in the specified directory.
|
|
258
|
+
# You can specify 3rd-party library header directories imported in the
|
|
259
|
+
# project to suppress warnings about unconcerned headers.
|
|
260
|
+
warn_files_not_in:
|
|
252
261
|
|
|
253
262
|
# Enable translation-unit specific code check selection?
|
|
254
263
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
# Schema version of the traits file.
|
|
23
23
|
# DO NOT EDIT MANUALLY!
|
|
24
|
-
version: "2.
|
|
24
|
+
version: "2.4.0"
|
|
25
25
|
|
|
26
26
|
# List of names of source code examination packages.
|
|
27
27
|
#
|
|
@@ -39,6 +39,9 @@ project_traits:
|
|
|
39
39
|
# Project name.
|
|
40
40
|
project_name: "ruby-1.9.3-p0"
|
|
41
41
|
|
|
42
|
+
# Project root directory.
|
|
43
|
+
project_root: "../../ruby-1.9.3-p0"
|
|
44
|
+
|
|
42
45
|
# Project specific additional include paths.
|
|
43
46
|
# Ex.
|
|
44
47
|
# include_path:
|
|
@@ -245,9 +248,15 @@ message_traits:
|
|
|
245
248
|
# Output messages with category and severity information?
|
|
246
249
|
message_with_class: false
|
|
247
250
|
|
|
248
|
-
# Warn only files in the specified directory.
|
|
249
|
-
#
|
|
250
|
-
|
|
251
|
+
# Warn only files in the specified directory.
|
|
252
|
+
# If omitted, all files including system headers will be warned.
|
|
253
|
+
warn_files_in:
|
|
254
|
+
- "../../ruby-1.9.3-p0"
|
|
255
|
+
|
|
256
|
+
# Don't warn files in the specified directory.
|
|
257
|
+
# You can specify 3rd-party library header directories imported in the
|
|
258
|
+
# project to suppress warnings about unconcerned headers.
|
|
259
|
+
warn_files_not_in:
|
|
251
260
|
|
|
252
261
|
# Enable translation-unit specific code check selection?
|
|
253
262
|
individual_selection: true
|