Show expose error code in shellcheck frontends

This commit is contained in:
Vidar Holen 2013-11-10 12:22:33 -08:00
parent e5e08df1d9
commit d404bc703d
3 changed files with 5 additions and 2 deletions

View file

@ -15,7 +15,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-}
module ShellCheck.Simple (shellCheck, ShellCheckComment, scLine, scColumn, scSeverity, scMessage) where
module ShellCheck.Simple (shellCheck, ShellCheckComment, scLine, scColumn, scSeverity, scCode, scMessage) where
import ShellCheck.Parser
import ShellCheck.Analytics